Skip to content

Commit 43542fd

Browse files
Merge pull request #6989 from laylatichy/update-splitbutton-state-attribute
fix: rename isBlocked to isExpanded in SplitButtonState interface
2 parents d737502 + c8d9623 commit 43542fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/primevue/src/splitbutton/SplitButton.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ export interface SplitButtonPassThroughAttributes {
104104
*/
105105
export interface SplitButtonState {
106106
/**
107-
* Current blocked state as a boolean.
107+
* Current expanded state as a boolean.
108108
* @defaultValue false
109109
*/
110-
isBlocked: boolean;
110+
isExpanded: boolean;
111111
}
112112

113113
/**

0 commit comments

Comments
 (0)