m-wrzr / streamlit-searchbox

Streamlit searchbox that dynamically updates and provides a list of suggestions based on a provided function
MIT License
240 stars 31 forks source link

Can't see paste menu option #43

Closed metalshanked closed 2 months ago

metalshanked commented 5 months ago

Thanks for this awesome tool. I can't see the "paste" menu option in the browser on right click Also, cant find a way to paste clipboard text into the search box on a mobile device.

Any advise thanks!

image

m-wrzr commented 4 months ago

Hey, thanks for the bug report. This issue should be fixed in the latest version 0.1.11.

The reason was some non-mobile friendly default behavior in the underlying react-select library https://github.com/JedWatson/react-select/issues/4106