rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

cannot move cursor or highlight search text using mouse #632

Open s11richard opened 9 months ago

s11richard commented 9 months ago

Hello!

I'd like to be able to allow a user to move their cursor around the search text using their mouse, but that seems to be disabled by this line. Moving the cursor with the keyboard works fine.

This seems intentional, so I was wondering what the reasoning behind it is. Would there be a way to enable mouse-controlled cursor movement?

kane81 commented 1 month ago

Yes, please being able to highlight the selected text and copy is important. Also being able to edit the text from any point too...