Jump to: navigation, search

Changes


HowTo:Configure Dynamic Selective Lists

222 bytes added, 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 If the value is not null, use it, else. Else, use whatever I wrote after the "??" operator'
</source>
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS -->
 
[[Category:Client|Configure Dynamic Selective Lists]]
[[Category:How-To|Configure Dynamic Selective Lists]]
[[Category:Studio|Configure Dynamic Selective Lists]]
[[Category:Web service|Configure Dynamic Selective Lists]]
==See also==
1,606
edits