NicolasCARPi / jquery_jeditable

jQuery edit in place plugin. Extendable via plugin architecture. Plugins for plugin. Really.
https://jeditable.elabftw.net
MIT License
1.74k stars 458 forks source link

Update to enable shift+enter to submit form #216

Closed JamoCA closed 4 years ago

JamoCA commented 4 years ago

Textarea fields without visible buttons can't be submitted since press enter performs a carriage return. Use shift+enter to save.

NicolasCARPi commented 4 years ago

This was much easier to implement than what I thought! :D

Thanks for your contribution!