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
I want to polyfill when the browser doesn't support the "tel" input type using:
Modernizr.inputtypes.tel
Found out that there is no way to retroactively initialize a form if it doesn't match the constructor pattern EXACTLY as is initialized on PAGE LOAD. You can test this lack of dynamic inputs by going to the example page (Telephone Input), and then duplicating an input that is already initialized with the telephone support provided by this. An exception is thrown, due to an invalid reference (because that form wasn't initialized on page load).
Because of this, this plugin is not very usable in a "responsive" manner using modernizr to polyfill older browser support.
The text was updated successfully, but these errors were encountered:
I want to polyfill when the browser doesn't support the "tel" input type using:
Modernizr.inputtypes.tel
Found out that there is no way to retroactively initialize a form if it doesn't match the constructor pattern EXACTLY as is initialized on PAGE LOAD. You can test this lack of dynamic inputs by going to the example page (Telephone Input), and then duplicating an input that is already initialized with the telephone support provided by this. An exception is thrown, due to an invalid reference (because that form wasn't initialized on page load).
Because of this, this plugin is not very usable in a "responsive" manner using modernizr to polyfill older browser support.
The text was updated successfully, but these errors were encountered: