nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.16k stars 559 forks source link

V3 input props do not define modelValue as in inputNumber #2835

Closed clopezpro closed 6 hours ago

clopezpro commented 6 hours ago

Environment


Is this bug related to Nuxt or Vue?

Nuxt

Version

v3.0.0-alpha.9

Reproduction

When I use the InputProps type I want to use modelValue as an attribute to sign a default value to the input, however it tells me that this property does not exist, I ignore the error and it still works

https://github.com/user-attachments/assets/63cfa91c-de69-45f8-a77c-d6779f708662

Description

modelValue in InputProps interface

Additional context

No response

Logs

clopezpro commented 6 hours ago

Apologies, I can solve this this way Image