api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
477 stars 131 forks source link

Show|Create|EditGuesser viewComponent prop #527

Closed PawelSuwinski closed 4 months ago

PawelSuwinski commented 5 months ago

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: