在iPad上测试我的webapp( ios 10.3.3 )时,我发现了一个看似框架错误的东西。
设置为combobox
的所有queryMode
es local
未在combobox
的{{1}}点击时打开下拉列表。
(经过Chrome v.63.0.3238.73 测试)
我会添加一个小提琴,但你可以在:
进行测试extjs 6.5.2 modern combobox, example usage
和
extjs 6.5.1 kitchensink modern, checkout form (Shipping Address -> State)
其他人遇到该错误或是设备问题?
任何已知的解决方法?
答案 0 :(得分:0)
我想出了一个解决方法,我发布它是为了帮助有同样问题的人。
在floatedPicker
配置中添加minHeight可以解决问题。
floatedPicker: {
minHeight: 100
}