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

PreviousAuto CancellingNextButton Positioning

Last updated 5 years ago

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}

👀