A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
New Form Controls
The following lists the requests for new form controls.
Search fields
<input type="search">
Requests for this Feature
- Roger Johansson
The list of allowed type attribute values for input elements extended with search.
Notes
Safari has already implemented this feature and provides a distinct form control to differentiate it from ordinary text boxes. Other than rendering differences, it's not clear what additional functionality or usability this feature will provide.
Combo Boxes
This feature is already provided using the datalist features in Web Forms 2.0.
<input type="text" name="title" list="title-list"> <datalist id="title-list"> <option value="Mr"> <option value="Mrs"> <option value="Miss"> <option value="Ms"> </datalist>
Requests for this Feature
- Tanny O'Haley
I would like to see an expansion of the type attribute on input elements. For input fields we currently have checkbox, password, radio and text. I'd like to see combo (optional text with a drop down list), [...]
Date/Time
Requests for this Feature
- []
Requests for this Feature
- []
Int, Long, Unsigned, Float, Number
Requests for this Feature
- []
- Currency
Requests for this Feature
- []
- URL
Requests for this Feature
- []