robsontenorio / mary

Laravel Blade UI Components for Livewire 3
https://mary-ui.com
Other
1.06k stars 135 forks source link

ChoicesOffline: add dynamic ID binding #586

Closed iurigustavo closed 2 months ago

iurigustavo commented 3 months ago

Replaced static UUID bindings with dynamic ID bindings using Alpine.js in the ChoicesOffline component. This change improves reactivity and ensures accurate element targeting within the component.

refs: https://github.com/alpinejs/alpine/discussions/2989

robsontenorio commented 3 months ago

What bug does it solve ?

iurigustavo commented 3 months ago

Resolve the bug when filling in the options dynamically after component being created

lucas-davi commented 2 months ago

What bug does it solve ?

582

robsontenorio commented 2 months ago

Thanks!