Open bracke opened 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
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