I have a field in a grid, which is a nullable Boolean. However, the filter option for this field, shown by the grid just has options for true and false.
This is obviously incorrect for a nullable Boolean, which should also show a filter option for null.
How can I rectify this?
I'm using version v2021.1.119
Thanks