Closed
Description
See https://github.com/dart-lang/web-ui/issues/317
I'd love to bind HTML fields to Dart model objects that have been annotated with int and double.
Right now we have valueAsNumber which returns a variable annotated with num. Adding valueAsInt and valueAsDouble lets me use Web UI to bind to int's and double's.
Thanks!!