react-easy-edit
  • ➑️Getting started
  • πŸ”₯Migration Guide to v2.0.0
  • πŸ“–Props
  • πŸ‘€Examples
    • Auto Cancelling
    • Auto Submitting
    • Button Positioning
    • Custom Buttons πŸ”₯
    • Custom Display Component
    • Custom Input Component
    • Preventing Edit
    • OnBlur
    • Enable the Delete button πŸ”₯
    • Toggle edit mode for multiple components πŸ”₯
  • πŸ‘ΎStyling
  • πŸ†—Validation
  • 🀝Contribute
Powered by GitBook
On this page
  1. πŸ‘€Examples

Auto Submitting

All components, except from textarea can be auto submitted while on focus by pressing the Enter key. For textarea is Ctrl + Enter.

You can disable the auto submit feature of an EasyEdit component by passing in disableAutoSubmit={true}

PreviousAuto CancellingNextButton Positioning

Last updated 5 years ago