Valentin
null values in nuxt ui input
@Wazbat
You may experience issues with the latest vue-tsc and vite-plugin-checker, used internally when type checking. For now, you may need to stay on v1 of vue-tsc, and follow these upstream issues for updates: fi3ework/vite-plugin-checker#306 and vuejs/language-tools#3969.
20 replies
null values in nuxt ui input
https://stackblitz.com/edit/nuxt-ui-gyskbt?file=package.json
Nuxt ui 2.15.2
20 replies
null values in nuxt ui input
Your problem seems to be with the boolean value.
No change on the component side: https://github.com/nuxt/ui/commits/dev/src/runtime/components/forms/Input.vue
20 replies