Skip to content

Commit 6280cb4

Browse files
committed
chnaged from readonly to disabled on select
1 parent d8604c6 commit 6280cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/select/Select.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default class Select extends WebComponent {
5151
id="${this.inputTrait.inputId}"
5252
name=${this.name}
5353
?required=${this.required}
54-
?readonly=${this.readonly}
54+
?disabled=${this.readonly}
5555
@change=${() => this.inputTrait.onInput()}
5656
>
5757
${this.getOptions().map(

0 commit comments

Comments
 (0)