Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Jul 24, 2023
1 parent 06a2547 commit 374f9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/listbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function handleRoot(el, Alpine) {
Alpine.effect(() => {
// Everytime the value changes, we need to re-render the hidden inputs,
// if a user passed the "name" prop...
this.__inputName && renderHiddenInputs(this.$el, this.__inputName, this.__value)
this.__inputName && renderHiddenInputs(Alpine, this.$el, this.__inputName, this.__value)
})

// Keep the currently selected value in sync with the input value...
Expand Down

0 comments on commit 374f9ee

Please sign in to comment.