nextbone icon indicating copy to clipboard operation
nextbone copied to clipboard

Backbone reimagined with ES classes and web components

Results 19 nextbone issues
Sort by recently updated
recently updated
newest added

Currently the computed value passed to validators have attrs that will not be in the final model attributes, like flattened ones

form.set('obj.nested', 1) => add 'obj', instead of 'obj.nested' to dirty list

Should allow to define declarative filters, automatic updates on params change Bonus: having a way to cache derived values used in filters like regex Current patterns: dedicated subclass ```js export...

Should check if form is Valid and trigger an 'form-submit' event The event name should be customizable An callback onSubmit should be allowed to handle the submit

Useful to implement saving data on interval `lastChange` ? `changedAt` ?