0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-12-26 18:43:48 +01:00

Prevent autocapitalise and autocorrection on iOS

This commit is contained in:
peteruithoven 2014-05-12 14:42:09 +02:00
parent 674b66c621
commit deb9cab48b

View File

@ -142,7 +142,7 @@
<div role="main" class="ui-content"> <div role="main" class="ui-content">
<h3>Join a secured network</h3> <h3>Join a secured network</h3>
<form data-ajax="false" data-target="#connecting_to_network"> <form data-ajax="false" data-target="#connecting_to_network">
<input type="password" name="password" placeholder="Password" data-clear-btn="true" data-typetoggle='#showPassword' autocomplete="off" autofocus required="required"> <input type="password" name="password" placeholder="Password" data-clear-btn="true" data-typetoggle='#showPassword' autocomplete="off" autofocus required="required" autocapitalize="off" autocorrect="off">
<input id="showPassword" type="checkbox" value="showPassword"> <input id="showPassword" type="checkbox" value="showPassword">
<label for="showPassword" class="inline">show password</label> <label for="showPassword" class="inline">show password</label>
<input type=submit value="Connect"> <input type=submit value="Connect">