Skip to content

Commit

Permalink
fix: select not filterable state
Browse files Browse the repository at this point in the history
  • Loading branch information
fengtianze committed Feb 20, 2024
1 parent 6021cca commit 9e72f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select/select.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
aui-input
[disabled]="disabled"
[size]="size"
[readonly]="readonly"
[readonly]="readonly || inaction"
[placeholder]="!(hasSelected$ | async) ? placeholder : ''"
(input)="onInput($event)"
(keydown)="onKeyDown($event)"
Expand Down

0 comments on commit 9e72f4c

Please sign in to comment.