gernst
committed
on 07 Oct 19
Added validation "oneof" to form element validations. It checks the user submitted value to be part of a predefined list of possible values … Show more
Added validation "oneof" to form element validations. It checks the user submitted value to be part of a predefined list of possible values of a form element. This is typically the case with widgets of type "select" or "multiselect".

Show less