Commit ecca434f by Nilu

HT017 - Make sure spellcheck is defeated for email address

parent 3f0c6013
......@@ -65,7 +65,7 @@
<div class="form-group text-left">
<label>Email Address</label>
<input type="text" class="form-control" name="username" required>
<input type="text" class="form-control" name="username" required spellcheck="false">
</div>
<div class="form-group text-left">
<label>Password</label>
......
......@@ -150,7 +150,7 @@
<div class="form-group text-left" id="email-div">
<label>Email Address</label>
<oneit:ormInput obj="<%= job %>" type="text" attributeName="Email" cssClass="form-control second-style" style="text-transform: lowercase" autocomplete="off"/>
<oneit:ormInput obj="<%= job %>" type="text" attributeName="Email" cssClass="form-control second-style" style="text-transform: lowercase" autocomplete="off" spellcheck="false"/>
<oneit:recalcClass htmlTag="div" classScript="job.isEmailFound() ? 'show': 'hide'" job="<%= job %>" class="right-mark">
<span id="right-mark"><img src="images/right-mark.svg"/></span>
</oneit:recalcClass>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment