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

#1255: Implement FormField (closes #1255) #1257

Closed veej closed 6 years ago

veej commented 6 years ago

Closes #1255

Test Plan

tests performed

image

veej commented 6 years ago

@giogonzo I tried to add a dropdownRenderer: (props: Dropdown.Props) => JSX.Element prop, defaulted to (props) => <Dropdown {...props} /> and could work fine.

nemobot commented 6 years ago