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
在一个非常简单的select中
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>简单选择框示例</title> </head> <body> <label for="priority">优先级:</label> <select id="priority" name="priority"> <option value="low">低</option> <option value="medium">中</option> <option value="high">高</option> </select> </body> </html>
无法选中优先级高
两种Prompt 点击优先级,在弹出的下拉列表中点击‘高’ 优先级选择高 都不行
归档.zip
report如下
The text was updated successfully, but these errors were encountered:
这是现在的特性限制,我们没法和这种最原生的 select 交互。一般组件库画出来的 select 都没问题。
Sorry, something went wrong.
我们想操作jira,jira里面有一些用的原生select,这个特性可以支持吗
暂时不行,这个支持起来太复杂了,可能排不上
你可以试试注入代码,把原生 select 转换成 dom 版本的
No branches or pull requests
在一个非常简单的select中
无法选中优先级高
两种Prompt
点击优先级,在弹出的下拉列表中点击‘高’
优先级选择高
都不行
归档.zip
report如下
The text was updated successfully, but these errors were encountered: