Hi Isomorphic,
in my code I get an NPE I can't check against, as it happens in your code (v12.0p_2020-03-11).
Please see you code for ComboBoxItem.getFilterWithValue():
The inner function can return null, but this is an issue for getFilterWithValue(), which is primitive boolean.
Best regards
Blama
in my code I get an NPE I can't check against, as it happens in your code (v12.0p_2020-03-11).
Please see you code for ComboBoxItem.getFilterWithValue():
The inner function can return null, but this is an issue for getFilterWithValue(), which is primitive boolean.
Best regards
Blama
Comment