Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4837

Overlapping of label and value on input text box in materialize in ember

$
0
0

@alice wrote:

i have installed materialize plugin in my ember app using ‘bower install materialize’

i have created a form in my hbs–

> <div class="input-field col s12 m12 l8">
>               <i class="material-icons prefix">email</i>
>               {{input id="email" type="text" name="email" class="validate" value="overlap"}}
>               <label for="email">Email<i class="mandatoryIcon">*</i></label>
>             </div>

but in ui this label and value are getting overlapped. need to fix this issue… how to do ???

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4837

Trending Articles