We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f26fb32 + 6a78c72 commit 3979a31Copy full SHA for 3979a31
1 file changed
src/types.ts
@@ -338,10 +338,6 @@ export type DrowdownProps = {
338
*The size of the dropdown. Defaults to 'medium'
339
*/
340
size?: 'large' | 'medium' | 'small',
341
- /**
342
- *Whether to include a "Select All" option in the dropdown. Defaults to false
343
- */
344
- selectall?: boolean,
345
/**
346
*Whether the press behavior is disabled
347
@@ -441,6 +437,10 @@ export type MultipleDropdownProps = DrowdownProps & {
441
437
*Text to be displayed in the selectall button
442
438
443
439
selectallButtonLabel?:string,
440
+ /**
+ *Whether to include a "Select All" option in the dropdown. Defaults to false
+ */
+ selectall?: boolean,
444
445
*The theme to use for the component
446
0 commit comments