使用 ZK 框架的只读组合框
为什么组合框组件在只读时不允许用户使用 Page Down\Page Up 键选择选项?如何启用此功能?
Why the Combobox components, when read only, don't allows the user select a option with the Page Down\Page Up keys? How to enable this feature?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Lucas,你用的ZK是什么版本?最新版本 5.0 和 3.6.3 中的只读文本框都允许这样做。
Lucas, what version of ZK are you using? A readonly textbox in both the latest version 5.0 and 3.6.3 both allow this.
请参阅 Zk Fiddle 组合框 < /a>
它工作正常
See Zk Fiddle Combobox
It is working fine with
您可以使用向上和向下箭头键在组合框中选择一个选项。
You can use up and down arrow keys yo select an option in Combobox.