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
Two-way data binding is an anti-pattern in Ember applications these days, and should be avoided where possible.
Currently, ember-pikaday performs two-day data binding to the value property by default. This behavior would be removed in favor of one-day data binding and better documentation of how to use the mut helper to explicitly bind to changes using onSelection
Two-way data binding is an anti-pattern in Ember applications these days, and should be avoided where possible.
Currently,
ember-pikaday
performs two-day data binding to the value property by default. This behavior would be removed in favor of one-day data binding and better documentation of how to use themut
helper to explicitly bind to changes usingonSelection
The text was updated successfully, but these errors were encountered: