viandwi24 / nuxt3-awesome-starter

a Nuxt 3 template and boilerplate with a lot of useful features. Nuxt 3 + Tailwindcss + Nuxt Layer

Home Page:https://nuxt3-awesome-starter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text input not reactive

airDjura opened this issue · comments

I fixed issue for myself by replacing @input="onInput" and :value="modelValue" with v-model="modelValue"
and olso onInput method is not needed anymore
image

Ah, thanks for reminding me, yesterday I re-created this component text input again from scratch, and forgot to add v-model instead of :value.

I do not pay attention to whether the text input still works or not. thanks.

Or, if u have time for pull request this fix.