Skip to content

Commit

Permalink
Remove unused ariaLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangster committed Sep 21, 2023
1 parent 8f544d8 commit 0a6040d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export interface SLSelectParam {
placeholder?: string;
placement?: string;
required?: boolean;
ariaLabel?: string;
}

export interface MultiSelectParam extends SLSelectParam {
Expand Down

0 comments on commit 0a6040d

Please sign in to comment.