eclipsesource / jsonforms-vuetify-renderers

https://jsonforms-vuetify-renderers.netlify.app/
Other
27 stars 26 forks source link

reimplement time/date/date-time controls #55

Closed kchobantonov closed 2 years ago

kchobantonov commented 2 years ago

Replace the existing date/date-time/time controls by using vuetify pickers and text inputs with mask. One primary goal for that is to remain consistent in the look and feel between different browsers, support clearing of the input, support display formats. We can either replace the renderers or add new ones - more inclined at the moment with replacing them.

sdirix commented 2 years ago

That's a good idea!

sdirix commented 2 years ago

Contributed by @kchobantonov in #62