So, I’ld like to display a textarea on just 1 row.
But jQuery Mobile doesn’t think so… Whatever value I set in the rows attribute, it always is 2 rows height…
Would it have any solution ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The jQuery Mobile CSS sets a specific height for
textareaelements:You can create your own rule to override this height to something more single-line:
Demo: http://jsfiddle.net/mEs8U/