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

Add support for label suffix in FormField #1342

Open ecamellini opened 5 years ago

ecamellini commented 5 years ago

FormField should support label suffix, so that in case the field is required the * is displayed before the suffix itself. See example below: it shall be possible to display the warning message after the *:

image