TW-Elements
TW-Elements copied to clipboard
Select - option dont want click or select
Describe the bug First time open select then i want to filter option then i choose option it still change value, after i reopen again the option not filter anymore but in input search there still have value, then i try to choose the option it can't be clicked, after i empty value of filter and i randomly choose option changeValue trigger but in select still have prev value not new one
To Reproduce Steps to reproduce the behavior:
- get data from api
- open select component
- the option showing
- filter value from input search
- select one of option
- reopen again select component
- bug nothing data filter
- cannot select the option
Show your code It will be easier for us to help you if you create a snippet using TE playground and include a link to it in your issue.
Desktop (please complete the following information):
- OS: MacOS
- Chrome
package.json :
- "nuxt": "^2.15.8",
- "tw-elements": "^1.0.0",
- "vue": "^2.7.10"
this my html
this my hit api
this my script
Hi! Any chance to recreate the issue inside a snippet? https://tailwind-elements.com/snippets/ I cannot recreate the problem.
Did you check if that issue occurs on a new project?
Hi! Any chance to recreate the issue inside a snippet? https://tailwind-elements.com/snippets/ I cannot recreate the problem.
Did you check if that issue occurs on a new project?
Sorry for late reply, i already got the solution this issue if we initFE in 1 page or 1 html and i call many of select it just work in 1 select for the filter then the other not working
so i create Global Select Component and just call the component and it work by the way i use Nuxt Js 2 with SSR