dart-lang / html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.
https://pub.dev/packages/html
Other
276 stars 59 forks source link

Cannot get value from a textarea #178

Closed prateekmedia closed 2 years ago

prateekmedia commented 2 years ago

Offer a value parameter just like javascript in the console. Currently there is no way to get the value of a textarea.

You may ask how will textarea have a value, It will due to http post method.