🐛(react) fix multi select menu opening

At first we had a simple bug were it was not possible to open the
menu by clicking on the label. This fix is a rework to consider
the select wrapper as the toggle button itself, which is what we
do on the mono version. This change caused various tests to fail.
This commit is contained in:
Nathan Vasse
2024-01-31 17:55:41 +01:00
committed by NathanVss
parent 1445f4a222
commit d61ab65d82
6 changed files with 16 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
fix multi select menu opening