I have this form:
<form method="post">
    <input type="tel" name=phone_no required>
    <input type="password" name=password required>
    <button type="submit">Sign In</button>
</form>
How can I automatically submit this form when browser auto-fills these input fields in form ?