You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logic for descriptor value too complicated, because value can be standalone and can be array of elements. It become the cause of many questions and incomprehensibility.
Need to refactor this logic to more clear. When we want to value being standalone we using oneOf: false, when we want to value being array of elements we using oneOf: true. When value is not possible to exists (e.g. when checkMode = 'exists') we using oneOf: 'off'.
The text was updated successfully, but these errors were encountered:
Logic for descriptor value too complicated, because value can be standalone and can be array of elements. It become the cause of many questions and incomprehensibility.
Need to refactor this logic to more clear. When we want to value being standalone we using
oneOf: false
, when we want to value being array of elements we usingoneOf: true
. When value is not possible to exists (e.g. when checkMode = 'exists') we using oneOf: 'off'.The text was updated successfully, but these errors were encountered: