We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04e48a commit d0a7e04Copy full SHA for d0a7e04
components/lib/cascadeselect/cascadeselect.d.ts
@@ -281,6 +281,15 @@ export interface CascadeSelectProps extends Omit<React.DetailedHTMLProps<React.I
281
* @defaultValue 400px
282
*/
283
scrollHeight?: string | undefined;
284
+ /**
285
+ * Display loading icon.
286
+ * @defaultValue false
287
+ */
288
+ loading?: boolean | undefined;
289
290
+ * Name of the loading icon or JSX.Element for loading icon.
291
292
+ loadingIcon?: IconType<CascadeSelectProps> | undefined;
293
/**
294
* Callback to invoke on value change
295
* @param {CascadeSelectChangeEvent} event - Custom change event
0 commit comments