Summary
When using the overlay plugin to create a modal, when a textarea exists inside the modal, the enter key does not work, restricting the ability to create a new line.
Steps to Reproduce
- Copied the HTML from the example.
- Added a
<textarea></textarea>
- Open the modal and attempt to use the enter key inside the textarea
Demo Link
https://preline.co/plugins/html/overlay.html
Expected Behavior
Allow the enter key to work inside a textarea.
Actual Behavior
No response
Screenshots
No response