Advertisement
webemsegundos

Input Login para funcionar bem no mobile

May 4th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.41 KB | None | 0 0
  1. <!-- Dessa forma funciona no mobile - Atenção aos auto...=off e spellcheck=false no input -->
  2. <label for="nomeuser">Login</label>
  3. <div class="input-group">
  4.     <span class="input-group-addon">desenhistas.online/</span>
  5.     <input type="text" class="form-control fullname" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" id="nomeuser" name="nomeuser" style="text-transform: lowercase;">
  6. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement