PolymerElements / iron-range-behavior

Managing a numeric value within a given range
8 stars 16 forks source link

Property specified as `Number` but returns a string #12

Closed zoechi closed 6 years ago

zoechi commented 9 years ago

https://github.com/PolymerElements/iron-range-behavior/blob/master/iron-range-behavior.html#L29 returns "5" instead of 5.0. See also dart-lang/polymer_elements#74

blasten commented 9 years ago

hmm. I think you are using paper-slider is that correct?

zoechi commented 9 years ago

Yes, I was working on porting the paper-slider demo to Dart

blasten commented 8 years ago

related to https://github.com/PolymerElements/paper-slider/issues/92