标签: combobox smartgwt
在smartgwt中,当我聚焦组合框的选定值时,所选值正在编辑。我希望选定的值变得不可编辑。我该怎么做?
答案 0 :(得分:2)
当您说组合框时,您必须使用ComboBoxItem。这是ComboBoxItem和SelectItem之间的基本区别。为了满足您的要求,您需要使用SelectItem代替ComboBoxItem。
ComboBoxItem
SelectItem