According to the documentation, the querybuilder supports the "between" and "not between" operators for Date fields. However, when I try to use the between operator with a Date field, I do not get the option to pick a date range, I can only pick a single date.
Additionally, if I run the demo project(s) for the blazor query builder, and add Date column, the between & not between operators do not appear as options by default. I have to explicitly define them for them to appear.
Are the
between &
notbetween operators supported by the querybuilder for Date columns? If so, is there an example somewhere I could reference on how to make this work in my project? If not, is this a bug in the library? Or is the documentation not accurate?
