Skip to content

Commit

Permalink
Custom validation does not work in new version of Combobox #3705
Browse files Browse the repository at this point in the history
  • Loading branch information
ashklianko committed Sep 23, 2024
1 parent ae48360 commit ef4f406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class ComboBoxListInput extends FilterableListBoxWrapperWithSelectedView<
});

// selecting items
this.selectItems(items);
this.selectItems(items, true);
}

}

0 comments on commit ef4f406

Please sign in to comment.