adopted-ember-addons / adopted-ember-addons/ember-pikaday
Breaking Change: Do not perform two-way data binding by default
Ouverte
breaking
good first issue
- Langage dominant
- JavaScript
- Étoiles
- 156
- Forks
- 164
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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`
```handlebars
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.