jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

Refactor exported controls

Open sdirix opened this issue 4 years ago • 0 comments

Description At the moment we default export the connected variants of each implemented React Material renderer. However more often than not a developer wants to access the unwrapped version. We export an unwrapped collection of controls, however we should also export all other renderers.

Describe the solution you'd like We could add all other renderers to the exported Unwrapped collection.

Describe alternatives you've considered We could think about exporting all Unwrapped renderers by default with an Unwrapped name, i.e. MaterialNumberControlUnwrapped instead of adding them to a collection.

Describe for which setup you like to have the improvement Framework: [react] RendererSet: [material]

Additional context See Spectrum

sdirix avatar Feb 03 '21 15:02 sdirix