Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Remove type attribute from textarea #144

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 13, 2018

  1. Incorrect phone input type

    Fix incorrect phone input type - "phone" to correct - "tel", by specification https://www.w3schools.com/tags/att_input_type.asp
    treavis authored Jan 13, 2018
    Configuration menu
    Copy the full SHA
    151f369 View commit details
    Browse the repository at this point in the history
  2. Remove type attribute from textarea

    Remove unnecessary type attribute from TextAreaField, following the specification https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea
    treavis authored Jan 13, 2018
    Configuration menu
    Copy the full SHA
    cd4a648 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from treavis/patch-2

    Incorrect phone input type
    treavis authored Jan 13, 2018
    Configuration menu
    Copy the full SHA
    2c3114f View commit details
    Browse the repository at this point in the history