Can't type 1.01 in number input

Typing a number with a decimal point followed by a zero gets autoformatted by the dash JS removing the decimal point. This makes it impossible to type in numbers like 1.01. Is it possible to somehow disable or modify this behaviour? I found a github issue which seems to be somewhat relevant, if it is a problem with the JS itself. https://github.com/erikras/redux-form/issues/1383

bump after 48h of no replies

Set type='text' and do the parsing from string to number in your python code