andreySimonenko

Results 1 comments of andreySimonenko

[In this case](https://codesandbox.io/s/rjsf-anyof-broken-option-preselection-v2-5-1-8h76z?file=/src/Test.tsx) it works on `v2.5.1` because the list of enums has only one value. When we add more than one values in enum, [default value also breaks](https://codesandbox.io/s/rjsf-anyof-broken-option-preselection-v2-5-1-forked-y6pvgl?file=/src/Test.tsx). @epicfaace...