eclipsesource / jsonforms-vuetify-renderers

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

Datepickers in vuejs 3 #104

Open fablexis opened 7 months ago

fablexis commented 7 months ago

I'd like to know how to use the style references to render the vuetify datepickers correctly

I'm importing the styles like this

<style scoped>
@import '~@jsonforms/vue-vuetify/lib/jsonforms-vue-vuetify.esm.css';
</style>

But when I render a date input, it does not have the vuetify styles

image

Should I have to do something else or this style things are still in progress?

I'm using vuetify 3.4.6

Thanks

@yaffol