YoannBuzenet / MBI-Front-End

React.js Stateless - Company software that allows shops to automatize their product sourcing by setting automatic buying price (on more than 20,000 products) depending on market trends. We provide data via our centralized API each React app can call, and then post it automatically on a marketplace through their API.
0 stars 0 forks source link

Bug : can't seize number <1 in Price Update #15

Closed YoannBuzenet closed 4 years ago

YoannBuzenet commented 4 years ago

0.5 is not accepted

YoannBuzenet commented 4 years ago

HandleChange filter shouldn't trigger if input is finishing by "."

YoannBuzenet commented 4 years ago

Allowed user to type "." and added the "." into context when typed, to allow user to type complete float number.