I implemented the following but yet can't see what I am typing. I can see the suggestions while typing, but not what I am typing. Can you help me know where am I going wrong.
<ons-page>
<ons-toolbar>
<div class="left"><ons-back-button>Back</ons-back-button></div>
<div class="center">Sign up</div>
</ons-toolbar>
<div class="formarea" style="margin-top:234px;">
<div class="form-row">
<input type="text" class="text-input--underbar width-half" placeholder="First" value="">
<input type="text" class="text-input--underbar width-half" placeholder="Last" value="" style="border-width-left: 1px">
</div>
<div class="form-row">
<input type="text" class="text-input--underbar width-full" placeholder="Email" value="">
</div>
<div class="form-row">
<input type="password" class="text-input--underbar width-full" placeholder="Password" value="">
</div>
<div class="lucent">
<p class="note">Password - 6 characters or more</p>
</div>
<div class="vspc form-row">
<ons-button modifier="large--cta">Sign up</ons-button>
</div>
</div>
</ons-page>