A tiny JavaScript utility that automatically closes brackets and quotes in text inputs and textareas.
- Automatically closes brackets:
(),{},[] - Automatically closes quotes:
'," - Deletes empty pairs together with one Backspace
- Works with
<input>and<textarea> - Light and easy to use
This library is not published to npm.
Just copy or download the code and include it in your project:
<script src="autoBracketClose.js"></script>