adopted-ember-addons / adopted-ember-addons/ember-pikaday

Breaking Change: Do not perform two-way data binding by default

Ouverte
#212 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
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.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.