🐛(react) fix some edge cases with searchable Select

- rerender mutated options when the menu is opened
- keep the filter value when the menu is opened and rerender
by a mutated options
This commit is contained in:
Anthony Le Courric
2023-09-25 16:03:54 +02:00
committed by Anthony LC
parent 4e1d0f0bc7
commit 3fc464bb8c
5 changed files with 171 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
fix some edge effects on the mono select component