You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone!
I have a form with a hidden input field which has a x-model="memno" which I need to submit with form. The value of memno changes from a livewire search component.
This works when the input type is other than "hidden", but when input type is hidden, the value of memno is not changing.
Strangely, there is another hidden field with a different x-model (x-model="accode") which works fine. Any ideas what is going wrong here? Thanks in advance
code attached as its not showing here correctly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I have a form with a hidden input field which has a x-model="memno" which I need to submit with form. The value of memno changes from a livewire search component.
This works when the input type is other than "hidden", but when input type is hidden, the value of memno is not changing.
Strangely, there is another hidden field with a different x-model (x-model="accode") which works fine. Any ideas what is going wrong here? Thanks in advance
code attached as its not showing here correctly.
create.txt
Beta Was this translation helpful? Give feedback.
All reactions