Refactor #3965 - For MultiSelect

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-25 17:01:28 +03:00
parent 31bbf4ba1b
commit 1879259bc6
3 changed files with 461 additions and 371 deletions

View file

@ -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;
}
/**