Skip to content

Commit

Permalink
fix(fuselage): Remove option role from Autocomplete options compo…
Browse files Browse the repository at this point in the history
…nent (#1354)

Co-authored-by: Douglas Fabris <devfabris@gmail.com>
  • Loading branch information
gabriellsh and dougfabris committed Apr 9, 2024
1 parent 34b0474 commit d0c9e10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/bright-meals-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": patch
---

fix(fuselage): Remove `option` role from `Autocomplete` Options component
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ export function AutoComplete({
/>
<PositionAnimated visible={optionsAreVisible} anchor={containerRef}>
<Options
role='option'
width={borderBoxSize.inlineSize}
onSelect={handleSelect}
renderItem={renderItem}
Expand Down

0 comments on commit d0c9e10

Please sign in to comment.