🐛(react) prevent input cursor to jump on searchable multi select

Fix an issue that cause the input cursor to jump when user
types in the search input of a multiple select.
This commit is contained in:
jbpenrath
2025-07-25 16:35:11 +02:00
committed by Jean-Baptiste PENRATH
parent 0b4913c5a3
commit 7ef8930bc8
2 changed files with 20 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
prevent input cursor to jump on searchable multi select