mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 19:57:36 +08:00
PL-8734 Incorrect caption display of SuggestionPickerField
This commit is contained in:
parent
027aa40188
commit
88ccc90f85
@ -69,6 +69,16 @@ public class WebSuggestionPickerField extends WebSuggestionField implements Sugg
|
||||
return pickerField.getCaption();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setDescription(String description) {
|
||||
pickerField.setDescription(description);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return pickerField.getDescription();
|
||||
}
|
||||
|
||||
protected void initValueSync(final WebPickerField.Picker picker) {
|
||||
component.addValueChangeListener(e -> {
|
||||
if (updateComponentValue)
|
||||
|
Loading…
Reference in New Issue
Block a user