I’m using the jqxNumberInput in my grid, but i’m running into an issue that I don’t see a way around which seems pretty odd. I want the user to be able to put in ANY number. I want it to just show the number of significant figures it has so 2.14 should show up as 2.14 not 2.1400000000 and 1.23123123213 should show up as 1.23123123213
I can’t seem to get the jqxNumberInput to do that … It wants a fixed set of decimalDigits than appends a bunch of zero’s and makes it look bad. I am mainly trying to use it for the validation it provides in the grid for numeric inputs.