davdroman / Bohr

Settings screen composing framework
MIT License
1.26k stars 83 forks source link

Valid number of numberOfDecimals not working #45

Open dlpigpen opened 8 years ago

dlpigpen commented 8 years ago

I set the property for a variable with numberOfDecimals = 2, however I can type or enter the big number: 10,0000. It is still okay. Is this a bug?

davdroman commented 8 years ago

You can indeed input that number, but it should turn into 10,00 as soon as you dismiss the keyboard or focus on another field. Is that the case?

dlpigpen commented 8 years ago

It is still a 10,000. Does not change? I think it is a bug.

davdroman commented 8 years ago

Sounds like a bug. Could you list the steps to reproduce?