I have just uploaded a new version 1.1.1.0 with Textarea and some new icons for TextInput, WeekInput, and Canvas. Please try it out and let me know if that meets your needs. I've implemented all the properties found here. You can access the value of the TextArea with TextArea1.Text in postback. One gotcha I found out the hard way, if you leave whitespace between the ">" ending the beginning tag and the "<" starting the end tag, your placeholder will not appear because the whitespace is interpreted as text.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I try tu use Html5 Controls.
I found TextInput with no rows property.
Is excisting a TextArea control?
Tx
Eric
I'll try to add it soon.
any news about the textarea? it would be great if it will be included
I have just uploaded a new version 1.1.1.0 with Textarea and some new icons for TextInput, WeekInput, and Canvas. Please try it out and let me know if that meets your needs. I've implemented all the properties found here. You can access the value of the TextArea with TextArea1.Text in postback. One gotcha I found out the hard way, if you leave whitespace between the ">" ending the beginning tag and the "<" starting the end tag, your placeholder will not appear because the whitespace is interpreted as text.