Skip to content

create native HTML5 fields #50

Closed
Closed
@icebob

Description

@icebob

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 to datetimePicker (break changes)
  • rename slider field to rangeSlider (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")

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions