File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change 3
3
</ template >
4
4
5
5
< template name ="atTextInput ">
6
- < div class ="at-input input-field ">
7
- {{#if showLabels}}
8
- < label for ="at-field-{{_id}} ">
9
- {{displayName}} {{#unless required}}{{optionalText}}{{/unless}}
10
- </ label >
11
- {{/if}}
12
- < input class ="validate {{#if hasError}}invalid{{/if}} {{#if hasSuccess}}valid{{/if}} " type ="{{type}} " id ="at-field-{{_id}} " name ="at-field-{{_id}} " placeholder ="{{#unless showLabels}} {{placeholder}} {{/unless}} " autocapitalize ="none " autocorrect ="off ">
13
- {{#if hasIcon}}
14
- < span class ="{{iconClass}} "> </ span >
15
- {{/if}}
16
- {{#if hasError}}
17
- < span class ='red-text '> {{errorText}}</ span >
18
- {{/if}}
6
+ < div class ="row ">
7
+ < div class ="at-input input-field col s12 ">
8
+ {{#if showLabels}}
9
+ < label for ="at-field-{{_id}} ">
10
+ {{displayName}} {{#unless required}}{{optionalText}}{{/unless}}
11
+ </ label >
12
+ {{/if}}
13
+ < input class ="validate {{#if hasError}}invalid{{/if}} {{#if hasSuccess}}valid{{/if}} " type ="{{type}} " id ="at-field-{{_id}} " name ="at-field-{{_id}} " placeholder ="{{#unless showLabels}} {{placeholder}} {{/unless}} " autocapitalize ="none " autocorrect ="off ">
14
+ {{#if hasIcon}}
15
+ < span class ="{{iconClass}} "> </ span >
16
+ {{/if}}
17
+ {{#if hasError}}
18
+ < span class ='red-text '> {{errorText}}</ span >
19
+ {{/if}}
20
+ </ div >
19
21
</ div >
20
22
</ template >
21
23
You can’t perform that action at this time.
0 commit comments