vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.06k stars 6.91k forks source link

[Bug Report][3.5.16] No clearable for VNumberInput #19643

Open etienne-monier opened 2 weeks ago

etienne-monier commented 2 weeks ago

Environment

Vuetify Version: 3.5.16 Vue Version: 3.4.23 Browsers: Chrome 121.0.0.0 OS: Linux x86_64

Steps to reproduce

Add clearable prop to v-number-input.

Expected Behavior

A cross on the right to clear input. As suggested in clear slot

Actual Behavior

Does not clear

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

It seems this property was not implmented yet, is it ?

johnleider commented 2 weeks ago

We may need to omit that prop because design wise it has too many loopholes. What do you think @yuwu9145 ?