App Crashes on certain conditions when using conditional filters in multiselect

I have an object class with two classifications as shown below:

image

Both classifications are enums with a logical relationship. When a user selects a Marker, I apply conditional filters to a multiselect component to determine which Markertypes should be displayed. Both select components are populated from enumerated types.

The issue arises when a user selects a Marker, then chooses one or more Markertypes, and afterwards switches to a different Marker. In this case, the app crashes. I believe the crash occurs because the previously selected Markertype(s) are not part of the allowed values for the newly selected Marker based on the conditional filter.

One simple workaround is to clear all selected Markertypes whenever the Marker is changed. However, the app should not crash under any circumstances, even if this reset isn’t performed.

Hi,

Thank you for showing us this bug, I was able to reproduce it and have created a challenge for it! :slight_smile:

1 Like