auto-form icon indicating copy to clipboard operation
auto-form copied to clipboard

feature request: introduce fieldRender

Open capaj opened this issue 1 year ago • 0 comments

Alternatively, you can pass a React component to the fieldType property to use a custom component.

overloading fieldType to render the component when you pass a function is not very nice ideally we could have fieldRender or similar. I know naming is hard, but this Render suffix is well established naming pattern. Also overloaded fields often give weird typescript errors.

capaj avatar Mar 13 '24 17:03 capaj