Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e490dcf

Browse files
author
Nick Litwin
committed
Name wrapper placeholders
1 parent e22414b commit e490dcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/directives/tc-file-input/tc-file-input.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
.labelwrapper
1+
.tc-file-field__label
22
label.tc-label {{labelText}}
33
span.lowercase(ng-if="fileType") {{fileType | addBeginningSpace}}
44

55
span.tc-label__mandatory.lowercase(ng-if="mandatory") #[span *]mandatory
66

7-
.changenamelater
8-
input(type="text", placeholder="{{placeholder}}", disabled)
7+
.tc-file-field__inputs
8+
input.tc-file-field__input(type="text", placeholder="{{placeholder}}", required)
99

1010
button.tc-btn(ng-click="selectFile()") {{buttonText}}
1111

0 commit comments

Comments
 (0)