tom-select icon indicating copy to clipboard operation
tom-select copied to clipboard

Change how dropdown_input works to fix #672 and #679

Open JoackimPennerup opened this issue 1 year ago • 1 comments

Changes dropdown_input to only use one input and keep focus on the input. This way aria-attributes are on the focused element at all times.

This also changes how dropdown_input is styled, using a style more similar to Select2, where focus is still on the control. Added a test for #672, not sure about how to write a test for #679. image

JoackimPennerup avatar Mar 26 '24 15:03 JoackimPennerup

Changed how focus is handled to fix #660 in the same PR. iOS requires focus to be set within the same input event. Otherwise It won't open the keyboard. So I changed it to be synchronous. Firefox still wants it async, so there is a check for that too. @oyejorge any chance you could have a look at this PR?

JoackimPennerup avatar Apr 03 '24 10:04 JoackimPennerup

This pull request has not been active in 120 days and has been marked "stale". Remove stale label or comment or this will be closed in 15 days

github-actions[bot] avatar Aug 02 '24 02:08 github-actions[bot]