We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892dc4f commit 434447bCopy full SHA for 434447b
lib/ruby_ui/combobox/combobox_controller.js
@@ -54,7 +54,7 @@ export default class extends Controller {
54
openPopover(event) {
55
event.preventDefault()
56
57
- this.popoverTarget.style.positionAnchor
+ this.updatePopoverPosition()
58
this.triggerTarget.ariaExpanded = "true"
59
this.selectedItemIndex = null
60
this.itemTargets.forEach(item => item.ariaCurrent = "false")
0 commit comments