You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have a select on focus as the inputEl is not exposed. function handleFocus(e) { canSetSelection = true; if(selectOnFocus){ inputEl && typeof inputEl.select === 'function' && inputEl.select() } dispatch('focus', e); }
The text was updated successfully, but these errors were encountered:
Hi! Sorry for the long response, I'm not sure how it happened, that I didn't receive a notification to my bot.
Yes, sure, it's a good idea. You're welcome to send a PR
It would be good to have a select on focus as the inputEl is not exposed.
function handleFocus(e) { canSetSelection = true; if(selectOnFocus){ inputEl && typeof inputEl.select === 'function' && inputEl.select() } dispatch('focus', e); }
The text was updated successfully, but these errors were encountered: