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.
89 B
89 B
@openfun/cunningham-react
| @openfun/cunningham-react |
|---|
| patch |
♻️(react) use react aria for select menu