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
When I use the html5 attribute placeholder in a input field it show aligned top and is not very aesthetic, when I fill the input the text show centered, do you how why it happens??
The text was updated successfully, but these errors were encountered:
Late response, but I had the same problem you had and you're the only other person I could find.
My problem was because I had a "line-height:100%" css attribute on my input box (ui-input-text).
If you have this, you may have to also do that for your placeholder css. I added the line-height attribute to my input::-webkit-input-placeholder css properties and it did the trick.
When I use the html5 attribute placeholder in a input field it show aligned top and is not very aesthetic, when I fill the input the text show centered, do you how why it happens??
The text was updated successfully, but these errors were encountered: