easyui combobox 下拉框,如果可以编辑,编辑填写的内容 是下拉框列表中没有的值得时候,会进入两次onchange事件,第二次的时候 newvalue是undefined。
做了一下处理,如果是undefined,return。 不往后走。
表面上看起来可以了,但是后面发现不知道什么时候获取指getValue 会是undefined。 不可琢磨。最好是不用吧。哎。
easyui combobox 下拉框,如果可以编辑,编辑填写的内容 是下拉框列表中没有的值得时候,会进入两次onchange事件,第二次的时候 newvalue是undefined。
做了一下处理,如果是undefined,return。 不往后走。
表面上看起来可以了,但是后面发现不知道什么时候获取指getValue 会是undefined。 不可琢磨。最好是不用吧。哎。