vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.73k forks source link

Editable formmater does not work after edit the value #1092

Open yanchaoliu opened 6 years ago

yanchaoliu commented 6 years ago

i set the formatter for the column:return parseFloat(value).toFixed(2);
when i edit the value set 012, the value did not convert to 12.00