Skip to content

Issues with Query Based Dropdown when the value is numeric #3562

Description

@arikfr

When the values the query returns for the dropdown are numeric, we have two issues:

  1. We don’t load the correct value because the value from the URL passed as string, while the actual value is a number.
  2. We don’t load results at all, because they fail parameter schema validation (the string doesn't match the values the dropdown has, which are numbers).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions