You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to filter e. g. using 3 categories through Category filter component, strange behavior appears.
When categories use the same options (typically for number-based options) and an option is being selected within category in the first filter, it is then not offered for selection in the second category filter (and so on for the other levels).
To summarize this example in a table:
Category
Applied filters
Given options
Expected options
Ok?
Quarter
none
[=0, =1, =2, =3]
[=0, =1, =2, =3]
yes
Midterm
Quarter=1
[=0]
[=0, =1]
no
Priority
Quarter=1 & Midterm=0
[=2, =3, =4, =5]
[=0, =1, =2, =3, =4, =5]
no
What type of frontend frameware are you seeing the problem on?
What happened?
When trying to filter e. g. using 3 categories through
Category filter
component, strange behavior appears.When categories use the same options (typically for number-based options) and an option is being selected within category in the first filter, it is then not offered for selection in the second category filter (and so on for the other levels).
To summarize this example in a table:
What type of frontend frameware are you seeing the problem on?
React
Which version of iX do you use?
v1.3.0
Code to produce this issue.
The text was updated successfully, but these errors were encountered: