🐛(react) fix controlled searchable select
Changing the controlled value was setting triggering immediately an onChange event with undefined value. This was due to the fact that when the controlled value was changed SelectMonoAux was searching only in options displayed, where it should in reality be searching accross all options. fixes #162
This commit is contained in:
5
.changeset/tasty-hotels-hunt.md
Normal file
5
.changeset/tasty-hotels-hunt.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@openfun/cunningham-react": patch
|
||||
---
|
||||
|
||||
fix controlled searchable select triggering onChange undefined
|
||||
Reference in New Issue
Block a user