Skip to content

Commit

Permalink
fix(select,combobox): added disabled to input (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga authored Jan 22, 2024
1 parent f957d1b commit d5b6ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ebay-combobox/index.marko
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ $ var id = inputId || component.getElId("input");
key="combobox"
type="text"
role="combobox"
disabled=disabled
value=state.currentValue
aria-autocomplete=component.autocomplete
aria-roledescription=roledescription
Expand Down
1 change: 1 addition & 0 deletions src/components/ebay-select/index.marko
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ $ for (const option of options) {
style=style>
<select
...processHtmlAttributes(htmlInput)
disabled=disabled
id=id
onChange("handleChange")>
<for|optionOrGroup| of=list>
Expand Down

0 comments on commit d5b6ff9

Please sign in to comment.