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

Allow to disable submit on enter in Form #1387

Closed ecamellini closed 4 years ago

ecamellini commented 4 years ago

Form right now does not allow to disable submit on Enter behaviour: you press Enter, you submit.

There should be a way to disable it (e.g., a dedicated prop).