You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anungbisa4
changed the title
[BUG] - Cannoct Change Value after select item in Autocomplete
[BUG] - Cannot Change Value after select item in Autocomplete
Jun 7, 2024
NextUI Version
2.4.0
Describe the bug
https://codesandbox.io/p/devbox/staging-firefly-zrszzv?file=%2FApp.jsx
every default items is like this
const data = [
{ value: "1", label: "1" },
{ value: "2", label: "2" },
];
or numbers always cannot be selected
but if
const data = [
{ value: "1", label: "1 test" },
{ value: "2", label: "2 test" },
]; that is correct and appropriate
That's very weird and should work for all the cases above
Your Example Website or App
https://codesandbox.io/p/devbox/staging-firefly-zrszzv?file=%2FApp.jsx
Steps to Reproduce the Bug or Issue
goto autocomplete component
select item
nothing happened
Expected behavior
should work for all the cases above and should be selected
Screenshots or Videos
No response
Operating System Version
mac os
Browser
Chrome
The text was updated successfully, but these errors were encountered: