mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #5105
This commit is contained in:
parent
19f9813d16
commit
3d43ab506f
6 changed files with 33 additions and 0 deletions
5
components/lib/multiselect/MultiSelect.d.ts
vendored
5
components/lib/multiselect/MultiSelect.d.ts
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue