You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - I'm using flowbite-vue with typescript. Whenever I use a variable that I want as a number, the v-model complains that
node_modules/flowbite-vue/dist/components/FwbInput/FwbInput.vue.d.ts:67:5
67 modelValue: string;
~~~~~~~~~~
The expected type comes from property 'modelValue' which is declared here on type 'Partial<{ type: InputType; label: string; disabled: boolean; size: InputSize; modelValue: string; required: boolean; validationStatus: ValidationStatus; }> & Omit<...> & Record<...>'
````
forcing me to use string instead. Any fix for this?
The text was updated successfully, but these errors were encountered:
alfatta
added a commit
to alfatta/flowbite-vue
that referenced
this issue
Oct 2, 2024
Hi - I'm using flowbite-vue with typescript. Whenever I use a variable that I want as a number, the v-model complains that
The text was updated successfully, but these errors were encountered: