keydown event in drop down list

前端 未结 12 1592
日久生厌
日久生厌 2020-12-07 00:24

I am trying to create a Drop down list, that when a user holds the SHIFT key, it will select the same index on all other drop down lists.

Currently, I am doing the f

12条回答
  •  春和景丽
    2020-12-07 00:59

    If you need to do things with a dropdown that are this granular, it's likely not worth it to use the native

    提交评论

提交回复
热议问题