♻️(react) use react aria for select menu

The way the menu of the select was made was causing it to be cropped
inside modals, it was due to the fact the menu was nested inside a
position relative parent. Now we use react aria to position in full
absolute the menu, making it to be correctly displayed inside modals.
This commit is contained in:
Nathan Vasse
2024-05-14 16:28:49 +02:00
committed by NathanVss
parent 3374093225
commit 06c5c9dff3
7 changed files with 428 additions and 219 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
♻️(react) use react aria for select menu