Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add More Types for Input Fields (form-input) #4

Closed
Quaese opened this issue Feb 6, 2019 · 1 comment
Closed

Add More Types for Input Fields (form-input) #4

Quaese opened this issue Feb 6, 2019 · 1 comment
Labels

Comments

@Quaese
Copy link
Owner

Quaese commented Feb 6, 2019

The type attribute of the form-input element should be configurable. The default value is text. If no inputtype property is given through the configuration object, the default value text is used.

The following field values can be used for the inputtype property:

  • text (default)
  • hidden
  • date
  • datetime-local
  • month
  • time
  • week
  • password
  • tel
  • url
  • email
  • number
  • range
  • color
@Quaese Quaese added enhancement New feature or request improvement labels Feb 6, 2019
@Quaese Quaese changed the title Add Hidden Input Add More Types for Input Field (form-input) Feb 10, 2019
@Quaese Quaese changed the title Add More Types for Input Field (form-input) Add More Types for Input Fields (form-input) Feb 10, 2019
Quaese added a commit that referenced this issue Feb 10, 2019
* add inputtype property to make input type configurable
Quaese added a commit that referenced this issue Feb 10, 2019
…elds-#4

More Types for Input Fields (form-input) #4
@Quaese
Copy link
Owner Author

Quaese commented Feb 10, 2019

Is solved with #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant