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 11, 2024
1 parent 3f0a06a commit e42dfc3
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 e42dfc3

Please sign in to comment.