FuelInteractive / fuel-ui

UI Components for use with Angular2 and Bootstrap4
http://fuelinteractive.github.io/fuel-ui
301 stars 56 forks source link

Range Pipe crashes on floating point number #112

Open nicoalbrecht opened 7 years ago

nicoalbrecht commented 7 years ago

Inserting a floating point number as a step value, will cause an buffer overflow.

coryshaw1 commented 7 years ago

This is usually caused by the demo binding to the input fields. So if you delete the current step number and type . then it'll crash. But if you get around that and paste a decimal or place . before a number that is there, it will work fine. So really this is a demo issue, and not so much the pipe. Thank you for bringing this up!

example

Then again, I may be misunderstanding you.