1.3.4
Win 7 / Chrome 58
2.3.3
https://jsfiddle.net/o4be623j/
There are 2 select components in this Jsfiddle.
The left one only contains "filterable" attribute. You can key "A" and press Enter to select the first option.
The right one contains both "filterable" and "remote" attributes, and the "default-first-option" doesn't work !!
The Select Component with "filterable" and "remote" attributes should work properly with "default-first-option" attribute.
Can't use enter to select the first option.
@wacky6 Is default-first-option not supposed to be working with remote?
Seems it does not work when drop-down list opens for the first time.
Will look into it.
@kevinheyo
Please verify: https://jsfiddle.net/4fkLahzf/1/
Forgot to deal with async remote/filter method when I first implemented this feature.
@wacky6
I can select the first option now. Thank you very much!
Most helpful comment
@kevinheyo
Please verify: https://jsfiddle.net/4fkLahzf/1/
Forgot to deal with async remote/filter method when I first implemented this feature.