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
It was a total surprise that hidden fields are also persisted and restored. It would be nice to clarify this in the docs, with a link to an example how they can be excluded, such as: #10 (comment)
(https://jsfiddle.net/4nayoe7p/ -> click Get, notice it shows "asdf" -> click Set then Get, notice it shows "efgh". Click Reload then Get, notice it shows "efgh" meaning it restored the hidden field.)
The text was updated successfully, but these errors were encountered:
It was a total surprise that hidden fields are also persisted and restored. It would be nice to clarify this in the docs, with a link to an example how they can be excluded, such as: #10 (comment)
(https://jsfiddle.net/4nayoe7p/ -> click
Get
, notice it shows "asdf" -> clickSet
thenGet
, notice it shows "efgh". ClickReload
thenGet
, notice it shows "efgh" meaning it restored the hidden field.)The text was updated successfully, but these errors were encountered: