Forcing multiplebandbox search notification when clearing the bandbox
FEA: ItEr77S15FilteringEnhancements
This commit is contained in:
parent
235f6de48c
commit
ef42d9b954
1 changed files with 2 additions and 0 deletions
|
|
@ -131,6 +131,8 @@ public class BandboxMultipleSearch extends HtmlMacroComponent {
|
|||
final String inputText = ((InputEvent) event).getValue();
|
||||
if ((inputText == null) || (inputText.isEmpty())) {
|
||||
clear();
|
||||
listbox.setSelectedIndex(0);
|
||||
Events.postEvent(Events.ON_CHANGE, listbox, null);
|
||||
} else {
|
||||
searchMultipleFilters(inputText);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue