Skip to content

fix(filters): robust localized numeric parsing & correct null-check in set_values#1

Open
devansh19299 wants to merge 3 commits into
developfrom
filters-localized-numeric
Open

fix(filters): robust localized numeric parsing & correct null-check in set_values#1
devansh19299 wants to merge 3 commits into
developfrom
filters-localized-numeric

Conversation

@devansh19299

@devansh19299 devansh19299 commented Sep 23, 2025

Copy link
Copy Markdown
Owner

Steps:

  1. Open any report or list view.
  2. Add a filter on a Float or Currency field with condition =, >=, or <=.
  3. Enter EU-style 1.234,56 and US-style 1,234.56 in separate runs.

Expected Result:
The emitted value should be 1234.56 for both input formats after fix

Screenshots

Before (bug):

  1. EU input:
    Before (bug)
image

After (fixed)
image

  1. US input
    Before (bug)
image

After (fixed)
image

@devansh19299 devansh19299 force-pushed the filters-localized-numeric branch from d23cbb6 to 00fa2d0 Compare September 30, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant