Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search Filter Number Input Validation Issue #514

Open
graves-k opened this issue Dec 12, 2024 · 1 comment
Open

Search Filter Number Input Validation Issue #514

graves-k opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@graves-k
Copy link

The Search Filter Input prevents the user from entering floating point numbers for number fields.

image

Reproduce:

  1. Go here
  2. Click Add filter
  3. Select Resolution range (m). This field is a number type that supports decimals
  4. Try to type in a decimal number ex 0.1
  5. Hit submit

Expected Behaviour:

The user can type in any valid number

@m-mohr
Copy link
Collaborator

m-mohr commented Dec 13, 2024

Thanks. My first assumption was that the resolution range queryable is of type integer, but it's of type number. So this is certainly a bug. PRs are welcome.

@m-mohr m-mohr added the bug Something isn't working label Dec 13, 2024
@m-mohr m-mohr self-assigned this Dec 13, 2024
@m-mohr m-mohr added this to the 3.3.0 milestone Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants