🐛(react) fix Select submit button

As the default type of button is "submit", when including a Select
inside a form, clicking on any of its button was triggering form
submission.
This commit is contained in:
Nathan Vasse
2024-02-02 15:14:10 +01:00
committed by NathanVss
parent e79768c7ce
commit f16eed9a6d
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
fix Select submit button