mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For MultiSelect
This commit is contained in:
parent
31bbf4ba1b
commit
1879259bc6
3 changed files with 461 additions and 371 deletions
5
components/lib/multiselect/MultiSelect.d.ts
vendored
5
components/lib/multiselect/MultiSelect.d.ts
vendored
|
@ -503,6 +503,11 @@ export interface MultiSelectProps {
|
|||
* @type {MultiSelectPassThroughOptions}
|
||||
*/
|
||||
pt?: MultiSelectPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue