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
Upon initialization, a value using the format doesn’t update the hidden element. This was purposely done to allow developers to set a default value on load while specifying hidden values using the data-value.
For example:
<inputtype="text" value="Unedited value: January 24, 2013" data-value="2013-24-01" /><inputtype="hidden" value="2013-24-01" />
Upon initialization, a
value
using theformat
doesn’t update the hidden element. This was purposely done to allow developers to set a defaultvalue
on load while specifying hidden values using thedata-value
.For example:
...after selecting something would change to:
However, without a
data-value
attribute, it should still work seamlessly.Expected:
Actual:
The text was updated successfully, but these errors were encountered: