Fixed #5964 -MultiSelect: missing loadingIcon passthrough

pull/5969/head
tugcekucukoglu 2024-06-26 13:42:37 +03:00
parent cc3951ee0c
commit c96405ef56
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@ export interface MultiSelectPassThroughOptions {
* Used to pass attributes to the dropdown's DOM element.
*/
dropdown?: MultiSelectPassThroughOptionType;
/**
* Used to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: MultiSelectPassThroughOptionType;
/**
* Used to pass attributes to the dropdown icon's DOM element.
*/