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 Cancelling

PreviousExamplesNextAuto Submitting

Last updated 5 years ago

All EasyEdit components can be auto cancelled while on focus by pressing the Esc key on your keyboard

You can disable the auto cancel feature of an EasyEditcomponent by passing in disableAutoCancel={true}

👀