Skip to content

Commit

Permalink
fix(select): change role to be combobox (#777)
Browse files Browse the repository at this point in the history
Co-authored-by: Domrongpon Tanpaibul <[email protected]>
  • Loading branch information
Theeraphat-Sorasetsakul and dtanp-rft authored Jun 27, 2023
1 parent 6af37fb commit 5a89914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/elements/src/select/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class Select extends ControlElement implements MultiValue {
return VERSION;
}

protected readonly defaultRole: string | null = 'button';
protected readonly defaultRole: string | null = 'combobox';

/**
* A `CSSResultGroup` that will be used
Expand Down

0 comments on commit 5a89914

Please sign in to comment.