Skip to content

added new property `UBComboBox.searchStrategy`. one of `like` (default) or `startsWith`

Pavlo Mashliakovskiy requested to merge feat/ubComboBox_searchStrategy into master

added new property UBComboBox.searchStrategy (as in USelectEntity from adminui-vue). Can be one of like (default) or startsWith. For performance reasons, it is better to set the value startsWith to use the index in the database

Merge request reports