networkteam / ember-cli-maskedinput

Masked <input/> Ember component based on inputmask-core (no jQuery)
MIT License
25 stars 11 forks source link

Does not react to change of value #23

Open bracke opened 1 year ago

bracke commented 1 year ago

Hi

If the value passed to the component changes, the component does not react/change.

Adding value to the computed decorator of the inputMask getter fixes the problem.

@computed('args.{value,mask,formatCharacters,placeholderChar}')

Kind regards Bent Bracke