Input elements should have autocomplete properties, such as autocomplete =’tel ‘
Purpose of autocomplete:
this function is mainly to remember the input content and keep the form content unchanged after the next form submission or browser fallback
Solution: add attribute autocomplete =’tel’
<div class="col-lg-4" id="editPwdIpt" style="display: none;">
<form>
<input type="password" placeholder="<?php echo t('至多8位'); ?>" id="inputPassword" class="form-control" autocomplete=’tel’>
</form>
</div>
Similar Posts:
- Can read property ‘indexof’ of undefined
- Angular5 Error: ngModel cannot be used to register form controls with a parent formGroup directive
- DOM style setting methods in the four components of react
- Warning: Input is changing an uncontrolled input of type text to be controlled…
- YUI RESET CSS && YUI FONT CSS
- [Solved] Access denied for user ‘Administrator’@’localhost’ (using password: YES)
- Files Upload Error: err_cert_common_name_invalid [How to Solve]
- Occlusion problem of SVG Z-index layer
- Spring MVC upload file error string cannot be converted to multipartfile
- Solve the problem that the highlighted content exceeds the visual area when the introjs scroll bar appears