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
Before switching to the UI widgets provided by react-jsonschema-form we had <SelectGroups /> which as the name already implies, groups related fields into their own subsection.
Before switching to the UI widgets provided by react-jsonschema-form we had
<SelectGroups />
which as the name already implies, groups related fields into their own subsection.cluster-gen/src/components/cluster-form.tsx
Lines 347 to 375 in b8510c3
We therefore need to reimplement them in components/form/custom/SelectWidget. Use components/ui/select as guidance.
The text was updated successfully, but these errors were encountered: