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
I am having trouble setting the placeholder texts for the options when using allOf and oneOf together. The texts of the dropdown options always shows the title fields of the second option. In the playground;
this schema renders 'A2','B2','A2','B2' as options. how can I edit the texts so that it renders something like 'A-A2', 'A-B2', 'B-A2', 'B-B2' etc. Do you have any suggestions?
Also if I don't give the titles it enumerates them as Option-n and it is not sufficient for my case.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am having trouble setting the placeholder texts for the options when using allOf and oneOf together. The texts of the dropdown options always shows the title fields of the second option. In the playground;
this schema renders 'A2','B2','A2','B2' as options. how can I edit the texts so that it renders something like 'A-A2', 'A-B2', 'B-A2', 'B-B2' etc. Do you have any suggestions?
Also if I don't give the titles it enumerates them as Option-n and it is not sufficient for my case.
Beta Was this translation helpful? Give feedback.
All reactions