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
in a Next JS project, when I use the Dropdown component on a page, the filter feature gets the value and filters the options correctly but when using it in a modal, when I try to type in a value in the filter input the value property won't change.
the modal that I am using is react-bootstrap.
I checked the style of filter input on both occasions and they have no difference, changing the z-index of the modal didn't solve the issue either.
Describe the bug
in a Next JS project, when I use the Dropdown component on a page, the filter feature gets the value and filters the options correctly but when using it in a modal, when I try to type in a value in the filter input the value property won't change.
the modal that I am using is react-bootstrap.
I checked the style of filter input on both occasions and they have no difference, changing the z-index of the modal didn't solve the issue either.
here is my full modal:
PrimeReact version
10.0.7
React version
18.x
Language
ES6
Build / Runtime
Next.js
The text was updated successfully, but these errors were encountered: