gwendall / way.js

Simple, lightweight, persistent two-way databinding
2.87k stars 254 forks source link

focusing breaks data restoration #85

Open beppe9000 opened 4 years ago

beppe9000 commented 4 years ago

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.