Vaadin组合框可移除或禁用;“采摘者”;偶像

Vaadin组合框可移除或禁用;“采摘者”;偶像,vaadin,vaadin7,Vaadin,Vaadin7,瓦丁7.6.2 如何禁用或停用Vaadin组合框选择器图标?我希望该字段看起来像一个文本字段,在最右边没有选择箭头。以下是隐藏按钮的代码: ComboBox c1=新的ComboBox(); c1.名称(“无选择器”); .v-filterselect-no-picker.v-filterselect-button{ 显示:无; } 这没有Vaadin core样式。以下是隐藏按钮的代码: ComboBox c1=新的ComboBox(); c1.名称(“无选择器”); .v-filter

瓦丁7.6.2


如何禁用或停用Vaadin组合框选择器图标?我希望该字段看起来像一个文本字段,在最右边没有选择箭头。

以下是隐藏按钮的代码:

ComboBox c1=新的ComboBox();
c1.名称(“无选择器”);
.v-filterselect-no-picker.v-filterselect-button{
显示:无;
}

这没有Vaadin core样式。

以下是隐藏按钮的代码:

ComboBox c1=新的ComboBox();
c1.名称(“无选择器”);
.v-filterselect-no-picker.v-filterselect-button{
显示:无;
}
没有瓦丁核心风格