Closed BeMoreDog closed 3 weeks ago
Please eloborate, why you expect that applying error to a uk-select, results in red color?
Have you read that in the docs?
I would love an answer to this also @sveltecult
Please eloborate, why you expect that applying error to a uk-select, results in red color?
Have you read that in the docs?
Yes, the docs say:
To indicate an error state in the form, simply add the error attribute. This will apply a “danger” state to the component, providing visual feedback to the user.
And unless I'm missing something no visual feedback is applied. The example in the docs has some manually (as far as I can tell) added text above and below.
I have this error only when I try to render ul-select option dynanimcally
The original shadcn design does not have red color unless you focus on that element.
Im using:
and applying
error
to auk-select
seems to have no effect. I expected a red danger state on the select?