Help with nextui and autocomplete
Unanswered
West African Lion posted this in #help-forum
West African LionOP
Hello everyone, I'm trying to implement a select with tags, like having a select, the user choose the value typing something and after that set a array state var like tag and continue, like selecting multiple values
I'm trying to use nextui and my project is with tailwind, but the styles and classes aren't applied and also the onselect to dispatch and add to state with array of tags isnt working
Someone can help me?
I'm trying to use nextui and my project is with tailwind, but the styles and classes aren't applied and also the onselect to dispatch and add to state with array of tags isnt working
Someone can help me?
2 Replies
@West African Lion you must need https://nextui.org/docs/components/select this component + auto complete?
@James4u <@664569417358901248> you must need https://nextui.org/docs/components/select this component + auto complete?
West African LionOP
Yes, but I tried to apply tailwind install the autocomplete package, and the styles weren't apply