You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gold-phone-input focuses after clearing it's value, and still stylizes as focused with the bold underline even if the blur function is called on the gold-phone-input's input element after clearing the value, i.e.:
It does not matter what order the elements are in - the gold-phone-inputs will always stylize as focused after clearing their value. Entering valid input into the gold-phone-input is required to get this bug to happen.
Here's some example code you can use to test it out:
The text was updated successfully, but these errors were encountered:
exactspace
changed the title
gold-phone-input stylizes as focused after clearing it's value
Safari: gold-phone-input stylizes as focused after clearing it's value
Oct 23, 2015
Occurs Safari 8.0.7, but not Firefox or Chrome.
gold-phone-input focuses after clearing it's value, and still stylizes as focused with the bold underline even if the blur function is called on the gold-phone-input's input element after clearing the value, i.e.:
It does not matter what order the elements are in - the gold-phone-inputs will always stylize as focused after clearing their value. Entering valid input into the gold-phone-input is required to get this bug to happen.
Here's some example code you can use to test it out:
goldPhoneInputBug.php:
goldPhoneInputBug.js:
The text was updated successfully, but these errors were encountered: