Skip to content
Snippets Groups Projects
Commit 2d24921d authored by Maruan Aguerdouh (magm)'s avatar Maruan Aguerdouh (magm)
Browse files

[FIX] web: remove leading 0 in filters float field


Steps to reproduce:

- Install Sales as an example.
- Go to Products, and try to filter them by Sales Price.
- You have 0.0 as default value, now try to remove it and put 5.

Issue: We can't delete the leading 0 even though the filter is still
working as expected.

Solution: Changed the `t-on-input` to match `t-on-change` as this is
what we use in future versions, like 15.0.

opw-3131261

closes odoo/odoo#114837

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent cfe7a8db
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment