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
Thanks for great piece of code!
is there a way to pass entered invalid value with other form data?
I've found other solution so far - during form submit button handler I create additional hidden input with custom name attribute, but it's kind of dirty hack in my opinion.
Bests.
The text was updated successfully, but these errors were encountered:
but it's not elegant and requires additional code to properly submit invalid value.
Maybe it's possible to copy name attribute from original select element to scombobox-value class element? Or don't I know something?
Hello,
Thanks for great piece of code!
is there a way to pass entered invalid value with other form data?
I've found other solution so far - during form submit button handler I create additional hidden input with custom name attribute, but it's kind of dirty hack in my opinion.
Bests.
The text was updated successfully, but these errors were encountered: