Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 smartgwt 中,当我关注组合框的选定值时,选定的值正在编辑。我希望选择的值变得不可编辑。我将如何做到这一点?
当您说组合框时,您必须使用ComboBoxItem. ComboBoxItem这是和之间的基本区别SelectItem。为了满足您的要求,您需要使用SelectItem而不是ComboBoxItem.
ComboBoxItem
SelectItem