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
<input type="hidden" name="test" value="" />
if i validate this input,
but I update the value using script like $("[name=test]").val('something');
However, the error message does not work dynamically when controlled by script like that.
Maybe it's because it's only supposed to work in events such as input, change, keyup, etc.
Is there any way to solve the above method?
The text was updated successfully, but these errors were encountered:
Hello.
<input type="hidden" name="test" value="" />
if i validate this input,
but I update the value using script like
$("[name=test]").val('something');
However, the error message does not work dynamically when controlled by script like that.
Maybe it's because it's only supposed to work in events such as input, change, keyup, etc.
Is there any way to solve the above method?
The text was updated successfully, but these errors were encountered: