admin icon indicating copy to clipboard operation
admin copied to clipboard

Show|Create|EditGuesser viewComponent prop

Open PawelSuwinski opened this issue 1 year ago • 0 comments

In Create/EditGuesser form component can be customised by passing down formComponent prop as renamed component prop (to avoid name collision). Guessers use base RA components that also can take component prop for such customisation but it is omitted, so any further customisation needs a lot of code to assembly custom guesser replacement, so for completeness and simplifying any customisation we can pass this other renamed component prop in this way. WDYT?

See:

  • https://marmelab.com/react-admin/Show.html#component
  • https://marmelab.com/react-admin/Create.html#component
  • https://marmelab.com/react-admin/Edit.html#component

PawelSuwinski avatar Feb 15 '24 17:02 PawelSuwinski