Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix(sy-duration-picker-day): respect disabled flag (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke authored Aug 8, 2023
1 parent 307f9fd commit b184bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/sy-durationpicker-day/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name="duration-day"
type="text"
class="duration-day form-control"
disabled={{@disabled}}
pattern={{this.pattern}}
value={{this.displayValue}}
maxlength={{this.maxlength}}
Expand Down

0 comments on commit b184bee

Please sign in to comment.