select的回显问题
#22583
Replies: 1 comment
-
请问一下这行代码的设计思路是啥呀,为啥要加这个限制呢,导致的现象就是,如果是异步获取options,未展开的情况下,input框的值能更新成label,展开的情况下不会进行更新 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
if ([].indexOf.call(inputs, document.activeElement) === -1) {
Beta Was this translation helpful? Give feedback.
All reactions