Previously it was not possible to close the menu when clicking on the toggle button on search select. It was caused by a conflicting state update. 1. Downshift triggers closing the menu from getToggleButtonProps 2. wrapperProps was calling downshiftReturn.openMenu()
6 lines
82 B
Markdown
6 lines
82 B
Markdown
---
|
|
"@openfun/cunningham-react": patch
|
|
---
|
|
|
|
fix closing of menu via toggle button
|