We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法读取到下拉选择框的当前选择项,在浏览器Console可以获取
The text was updated successfully, but these errors were encountered:
你好,可以使用dom方式获取,比如如下方式:
ele.select("#bizId [selected]").val(); // 获取选中项的值 ele.select("#bizId [selected]").text(); // 获取选中项的显示内容
Sorry, something went wrong.
No branches or pull requests
无法读取到下拉选择框的当前选择项,在浏览器Console可以获取
The text was updated successfully, but these errors were encountered: