Skip to content

Commit

Permalink
Update selectbutton.ts
Browse files Browse the repository at this point in the history
set default value for allowEmpty to false
  • Loading branch information
rosenthalj authored Oct 18, 2023
1 parent c79ca2a commit 69e2061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/selectbutton/selectbutton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class SelectButton implements ControlValueAccessor {
* Whether selection can not be cleared.
* @group Props
*/
@Input() allowEmpty: boolean = true;
@Input() allowEmpty: boolean = false;
/**
* Inline style of the component.
* @group Props
Expand Down

0 comments on commit 69e2061

Please sign in to comment.