gwendall/way.js

focusing breaks data restoration

Opened this issue · 0 comments

example:

  1. include way.min.js in the header
  2. and then in a script tag i wrote
    jQuery(function ( ) {
        $("#SomeTextArea").focus();
    }

The text area will not be populated with the previously persisted value.