简体   繁体   English

表格中的ExtJS 5 Combobox

[英]ExtJS 5 Combobox in a form

I have a question. 我有个问题。 When I open the combo box, the list is always transparent, that I see the elements behind it. 当我打开组合框时,列表始终是透明的,可以看到其背后的元素。 What can one do against? 一个人能做什么呢?

The form will be open in a new window, wenn a Button was klicked. 按下按钮后,该表格将在新窗口中打开。

The code of the Combobox: 组合框的代码:

{
  xtype: 'combo',
  fieldLabel: 'Material',
  store: material,
  queryMode: 'local',
  displayField: 'name',
  valueField: 'abbr',
  editable: false,
  labelWidth: 150,
  width: 300
}

http://abload.de/img/extjs5obqid.jpg http://abload.de/img/extjs5obqid.jpg

You need to run: 您需要运行:

sencha app refresh

if it does not help: 如果没有帮助:

sencha ant sass

if it does not help: 如果没有帮助:

sencha app build

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM