Wa-checkbox issue when sending checked data to the backend #1232
Unanswered
Sayid25
asked this question in
Ask For Help
Replies: 2 comments
-
|
Can you please post a CodePen or similar repro? We did switch to form-associated custom elements via ElementInternals, so that might play a role. But the value is still there. 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@claviska thank you for reviewing it. I have found solution, i am not sure why but if i try sending in different style:
so the changes: from this hx-include="#orderNumber, [checked] + .sku-quantity" to hx-include="#orderNumber, :checked, .sku-quantity" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I used to use Shoelace web components and was able to send checked items to the backend using HTMX. After migrating to WebAwesome and using wa-checkbox, the data is no longer being sent. It still works correctly with native input elements, but not with WebAwesome's wa-checkbox.
Screenshots
Beta Was this translation helpful? Give feedback.
All reactions