Skip to content

Commit

Permalink
Fix combobox popover position
Browse files Browse the repository at this point in the history
Signed-off-by: stephann <3025661+stephannv@users.noreply.github.com>
  • Loading branch information
stephannv authored Dec 6, 2024
1 parent 892dc4f commit 434447b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_ui/combobox/combobox_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class extends Controller {
openPopover(event) {
event.preventDefault()

this.popoverTarget.style.positionAnchor
this.updatePopoverPosition()
this.triggerTarget.ariaExpanded = "true"
this.selectedItemIndex = null
this.itemTargets.forEach(item => item.ariaCurrent = "false")
Expand Down

0 comments on commit 434447b

Please sign in to comment.