tom-select
tom-select copied to clipboard
Change how dropdown_input works to fix #672 and #679
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.
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?
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