I have a list:reference field and would like a user to select none or up to two values from the list
I could validate by calling onvalidation but I'm wondering if there's any
built-in validator that should work? I've tried the following, none of
which worked for me:
- IS_LENGTH(minsize=0,maxsize=2)
- IS_EXPR('len(value)<=2')

