mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 18:27:56 +08:00
Null Option is not visible after screen loading #PL-6134
This commit is contained in:
parent
af48258ef6
commit
3e48092c60
@ -295,6 +295,7 @@ public class DesktopLookupField extends DesktopAbstractOptionsField<JComponent>
|
||||
public void setNullOption(Object nullOption) {
|
||||
this.nullOption = nullOption;
|
||||
autoComplete.setFirstItem(new NullOption());
|
||||
setValue(null);
|
||||
optionsInitialized = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user