headwirecom / jsonforms-react-spectrum-renderers

Other
8 stars 4 forks source link

Example "Enums": One of enums #59

Closed hupf closed 3 years ago

hupf commented 3 years ago

With the vanilla renderer and the Spectrum renderer, the "One of Enums" in the "Enums" example are rendered as simple text fields. The Material renderer uses a combox/select to render them.

What does "One of Enum" mean an how should we implement it?

mburri commented 3 years ago

Combobox is currently in alpha: https://react-spectrum.adobe.com/react-spectrum/ComboBox.html

Check how the material renderers implement One of Enum