Update CascadeSelect.d.ts
parent
2b1611d69b
commit
0a48dc6968
|
@ -291,6 +291,11 @@ export interface CascadeSelectProps {
|
|||
* Default text to display when no option is selected.
|
||||
*/
|
||||
placeholder?: string | undefined;
|
||||
/**
|
||||
* The breakpoint to define the maximum width boundary.
|
||||
* @defaultValue 960px
|
||||
*/
|
||||
breakpoint?: string | undefined;
|
||||
/**
|
||||
* When present, it specifies that the component should have invalid state style.
|
||||
* @defaultValue false
|
||||
|
|
Loading…
Reference in New Issue