This commit is contained in:
tugcekucukoglu 2024-01-18 16:11:07 +03:00
parent 19f9813d16
commit 3d43ab506f
6 changed files with 33 additions and 0 deletions

View file

@ -478,6 +478,11 @@ export interface MultiSelectProps {
* @defaultValue false
*/
autoFilterFocus?: boolean | undefined;
/**
* Highlights automatically the first item.
* @defaultValue false
*/
highlightOnSelect?: boolean | undefined;
/**
* Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration.
* @defaultValue '{0} results are available'