Add ability to mask passwords (#494)
* add ability to mask passwords * remove duplicate mask snapshot * make sure only one click happens at a time
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
<option value="2">2</option>
|
||||
</select>
|
||||
</label>
|
||||
<label for="password">
|
||||
<input type="password" />
|
||||
</label>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
<body>
|
||||
<form>
|
||||
<label for="password"> <input type="password" /> </label>
|
||||
<label for="ignore text"> <input type="text" class="rr-ignore" /> </label>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user