Changes

HowTo:Configure Dynamic Selective Lists

3 bytes removed, 14:30, 7 April 2022
/* Known issue workaround: Not ignoring NULL criteria doesn't work */
// do this for both the dependency property as well as the item's criterion property
var val = base.MY_PROPERTY;
return val ?? "NULL"; // this is the same as as saying, 'If the value is not null, use it. Else, use whatever I wrote after the "??" operator'
</source>
1,522
edits