Skip to content

Commit

Permalink
chore(input): pass submitted state to render component
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Sep 20, 2022
1 parent 72c212d commit aebcf27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/components/validated-input.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
@multiple={{@multiple}}
@update={{this.update}}
@setDirty={{this.setDirty}}
@submitted={{@submitted}}
@labelComponent={{component
(ensure-safe-component this.labelComponent)
label=@label
Expand Down

0 comments on commit aebcf27

Please sign in to comment.