From 226d25382705250fc1362517b6b9bbbf62e8403e Mon Sep 17 00:00:00 2001 From: Sam Van Campenhout Date: Wed, 13 Sep 2023 14:18:17 +0200 Subject: [PATCH] Fix the mask feature in AuInput MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was accidentally broken in the last PR after a last minute rename 😬. --- addon/components/au-input.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addon/components/au-input.hbs b/addon/components/au-input.hbs index 5897db6d8..d08cc981f 100644 --- a/addon/components/au-input.hbs +++ b/addon/components/au-input.hbs @@ -8,7 +8,7 @@ disabled={{@disabled}} ...attributes {{on "input" this.handleChange}} - {{this.inputmaskModifier inputmaskOptions=this.inputmaskOptions}} + {{this.inputmaskModifier options=this.inputmaskOptions}} /> {{else}} {{else}}