Closed
Description
Because currently there is no vanilla datetime picker. Pickaday is only date selector.
- create new field common type which has a "inputType" property. (break changes)
- rename
datetime
field todatetimePicker
(break changes) - rename
slider
field torangeSlider
(break changes) - update docs (add new radio values description)
Available types
- date
- datetime
- datetime-local
- time
- month
- week
Other HTML5 types
- url
- tel
- radio
Set this inputType to the field type attributes:
input( :type="schema.inputType")