shuriken-ui / nuxt

Nuxt version of Shuriken UI with ready to use components
https://shurikenui.com/
MIT License
139 stars 18 forks source link

BaseAutoComplete property error type is incorrect #75

Closed JohnCampionJr closed 10 months ago

JohnCampionJr commented 10 months ago

This needs to be similar to BaseInput:

    error?: string | boolean

It is currently:

    error?: string