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
6 lines
107 B
Markdown
6 lines
107 B
Markdown
---
|
|
"@openfun/cunningham-react": patch
|
|
---
|
|
|
|
fix controlled searchable select triggering onChange undefined
|