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
Hi, I am working on a React project that uses a combobox as a search input. I was unable to type inside the Combobox using testing-library.
I am using combobox with mocks to simulate API responses (Using MSW). Locally, everything works without any issues, but I am unable to test the form flow using testing-library/jest because I cannot set a value inside the combobox.
I normally type in a value and press enter to select the option. It works with other components that I have, but when I try to type any text into the combobox, nothing happens. I couldn't find any logs or related issues to understand what is happening.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am working on a React project that uses a combobox as a search input. I was unable to type inside the Combobox using testing-library.
I am using combobox with mocks to simulate API responses (Using MSW). Locally, everything works without any issues, but I am unable to test the form flow using testing-library/jest because I cannot set a value inside the combobox.
I normally type in a value and press
enter
to select the option. It works with other components that I have, but when I try to type any text into the combobox, nothing happens. I couldn't find any logs or related issues to understand what is happening.Versions
Beta Was this translation helpful? Give feedback.
All reactions