🐛(react) fix Select mono selected item update label

When we were updating the label from the options array of the selected
item, the field was still showing this old value.

Fixes #316
This commit is contained in:
Nathan Vasse
2024-04-23 17:19:35 +02:00
committed by NathanVss
parent 285cf99681
commit 91c8935a8a
6 changed files with 195 additions and 33 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
fix Select mono selected item update label