epicmaxco / vuestic-ui

Vuestic UI is an open-source Vue 3 component library designed for rapid development, easy maintenance, and high accessibility. Maintained by Epicmax (@epicmaxco).
https://vuestic.dev
MIT License
3.52k stars 340 forks source link

fix(input): add null to modelValue prop type declaration #4297

Closed untael closed 5 months ago

untael commented 5 months ago

Closes #3859

Description

Allows to pass null as value to VaInput modelValue with no TS errors. PR also includes small tweak of useCleave composable

Types of changes