Skip to content

Commit

Permalink
Update documentation for _hideClearButton prop
Browse files Browse the repository at this point in the history
Refs: #7405
  • Loading branch information
anicyne committed Mar 3, 2025
1 parent 8faa887 commit 269b0ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ export class KolSingleSelect implements SingleSelectAPI {
@Prop({ mutable: true }) public _value?: string;

/**
* Defines the value of the input.
* Defines the whether the clear button should be hidden.
*/
@Prop() public _hideClearButton?: boolean = false;

Expand Down

0 comments on commit 269b0ab

Please sign in to comment.