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
varelem=document.getElementsByTagName('input')[0];if(elem.__placeholder==null){// no placeholder is defined for this element (the polyfill is not initialized for this elem)}elseif(elem.__placeholder){// placeholder text is being displayed}else{// placeholder text is not being displayed}
How, exactly? Can you please provide an example?
The text was updated successfully, but these errors were encountered: