Fixed #5964 -MultiSelect: missing loadingIcon passthrough
parent
cc3951ee0c
commit
c96405ef56
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue