react-backbone v0.17.0 Release Notes

Release Date: 2015-01-28 // about 9 years ago
    • ➕ add 2 way input field binding (using the bind={true} option) - 476ef03

    ⚡️ you can now use the bind attribute for any Backbone.input.* component to include 2-way binding support so the model will be updated as the input field is changed

      var Text = Backbone.input.Text;
      <Text name="foo" model={model} bind={true}/>
    ``
    
    [Commits](https://github.com/jhudson8/react-backbone/compare/v0.16.0...v0.17.0)