Is there someway to change the display of a Boolean value w/r to the FilterBuilder?
Currently it renders as a "3-way" checkbox with the word "Value" next to it which makes it a bit awkward. It is also hard to distinguish between the "unchecked" and "unset" values. Can that be disabled so that there is only 2 modes (true/false, aka checked and unchecked)?
Can the text of "Value" be set somehow if I wanted it to say "True" instead?
For example could I somehow change it to a choicebox of something like
True
False
Is Null
You can look at the Nested Filter example in the showcase and select the "Member G8" field to see what I am referring to.
I am using the latest and greatest RC build (SNAPSHOT_v8.3d_2012-09-24)
Thank You Kindly.
Currently it renders as a "3-way" checkbox with the word "Value" next to it which makes it a bit awkward. It is also hard to distinguish between the "unchecked" and "unset" values. Can that be disabled so that there is only 2 modes (true/false, aka checked and unchecked)?
Can the text of "Value" be set somehow if I wanted it to say "True" instead?
For example could I somehow change it to a choicebox of something like
True
False
Is Null
You can look at the Nested Filter example in the showcase and select the "Member G8" field to see what I am referring to.
I am using the latest and greatest RC build (SNAPSHOT_v8.3d_2012-09-24)
Thank You Kindly.
Comment