buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

#1427: FormField components should have a prop packing all inner component's props instead of spreading them (closes #1427) #1429

Closed marcopiii closed 4 years ago

marcopiii commented 4 years ago

Closes #2520622

⚠️ The line above was added during the automatic migration of all github project issues to Kaiten. The old GH issue link is kept here for reference (it is now deprecated, continue follow the original issue on Kaiten).

Closes #1427

Test Plan

tests performed

Schermata 2020-03-27 alle 15 59 03

All the components in the FormField module now have a mandatory property requiring an object containing all the properties of their inner component. This object has the same type of the Props of the inner component.

No change in the UX has been introduced

kanbanbot commented 4 years ago