googlearchive / core-input

A single-line text field with some extra powers
7 stars 20 forks source link

Wrong data type in comment #41

Closed zoechi closed 10 years ago

zoechi commented 10 years ago

https://github.com/Polymer/core-input/blob/master/core-input.html#L497 should be String instead of number. This makes this method unusable from Dart because it only allows to pass numbers.