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
Error messages do not use their ui:title property if they come from the option of an anyOf block (when using external form validation), contradicting #3337.
Expected Behavior
Error messages do use their ui:title property if they come from the option of an anyOf block (when using external form validation), as stated in #3337.
Here, both optionA1stField and optionA2ndField have ui:title defined in their UiSchema; as you can see, their raw property name is used instead of the titles.