Merge pull request #20654 from vvrithof/fix--float-formatting
This commit is contained in:
commit
4932485ff7
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ frappe.ui.form.ControlFloat = class ControlFloat extends frappe.ui.form.ControlI
|
|||
else {
|
||||
let value = this.get_input_value();
|
||||
this.parse_validate_and_set_in_model(value, e);
|
||||
this.refresh();
|
||||
}
|
||||
};
|
||||
// convert to number format on focusout since focus converts it to flt.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue