You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
## What are the advantages of using code-input, and what can it be used for?
20
20
Unlike other front-end code-editor projects, the simplicity of how `code-input` works means it is **highly customisable**. As it is not a full-featured editor, you can **choose what features you want it to include, and use your favourite syntax-highlighting algorithms and themes**.
21
21
22
-
The `<code-input>` element works like a `<textarea>` and therefore **works in HTML5 forms and supports using the `value` and `placeholder` attributes, as well as the `onchange` event.**
22
+
The `<code-input>` element works like a `<textarea>` and therefore **works in HTML5 forms and supports using the `name`, `value` and `placeholder` attributes, events like `onchange`, form resets, to name a few...**
23
23
24
24
## 🚀 Getting Started With `code-input` (in 4 simple steps)
25
25
@@ -115,12 +115,5 @@ Now that you have registered a template, you can use the custom `<code-input>` e
1.**Our aim is to make `code-input` work from the start like an ordinary `<textarea>` element, with `name` attribute support, form reset functions, and accessible `aria-` attribute support, etc. leading to HTML form compatibility.**
122
-
123
-
2. Thanks to many contributions, suggestions and bug identifications from the open-source community, `code-input`'s capabilities are constantly growing. With customisable plugins, you can also turn `code-input` into whatever you want.
124
-
125
118
## Contributing
126
119
If you have any features you would like to add to `code-input`, or have found any bugs, please [open an issue](https://github.com/WebCoder49/code-input/issues) or [fork and submit a pull request](https://github.com/WebCoder49/code-input/fork)! All contributions to this open-source project would be greatly appreciated.
0 commit comments