How can i use time picker inside of json schema form

How can i use time picker inside of json schema form

Hey @rakeen! Do you mean date picker or time picker? You can put "ui:widget": "date" into the UI Schema form to get a date picker. It's actually in the default state of the component:


There's also a datetime option according to the JSON Schema Form docs.

sorry meant time picker only

Doesn't seem like that's available via JSON Schema Form unfortunately :frowning: