Trigger a click on any element by pressing the [Enter] key from inside any input (or any element which has a value).
This plugin has several advantages over other similar plugins:
* Only listens for keypress events from the specified input, instead of from anywhere in the page.
* Works with multiline input and other text editable elements.
* Allows IDs of input and submit button to be specified dynamically, so that a unique ID string can be used. This is useful if the plugin appears more than once on a page, so you can give unique IDs to every instance so they won't conflict.
* Has an option to automatically return focus to the input after the element click is triggered, so the user can keep typing.
* Intelligently manages a delay between the blur event and the click event, so that Bubble has a chance to update the value of the input internally, ensuring that the workflow will see the correct value for the input.
This plugin is free, open, and maintained by the community. If you see a bug or room for improvement, you can create an issue or even submit your own fixes to the GitHub repository:
https://github.com/codeless-love/Bubble-Plugin-Enter-keypress-Multiline-Input