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

Commit b184bee

Browse files
authored
fix(sy-duration-picker-day): respect disabled flag (#1043)
1 parent 307f9fd commit b184bee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/sy-durationpicker-day/template.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name="duration-day"
55
type="text"
66
class="duration-day form-control"
7+
disabled={{@disabled}}
78
pattern={{this.pattern}}
89
value={{this.displayValue}}
910
maxlength={{this.maxlength}}

0 commit comments

Comments
 (0)