react-bootstrap-typeahead icon indicating copy to clipboard operation
react-bootstrap-typeahead copied to clipboard

Search text not visible when selected options are long

Open tpluscode opened this issue 8 months ago • 0 comments

Version

6.4.1

Steps to reproduce

https://codesandbox.io/p/sandbox/9jq9jyzmry

This will probably also apply to static options. In my case, I have a dynamically loaded select where some labels are fairly long. If it so happens that the selection just about fills the control (on any row, if multiple), typing the next search query is not visible because the cursor is outside the visual boundaries

Expected Behavior

If the typed text does not fit, it should be permanently moved to next row in the control

Actual Behavior

https://github.com/user-attachments/assets/b9f0926d-464b-4a7b-8829-dcf2a2a88b29

tpluscode avatar Jun 27 '25 13:06 tpluscode