We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
addTagFormDeleteLink
1 parent d37c00e commit 78bdf39Copy full SHA for 78bdf39
form/form_collections.rst
@@ -545,9 +545,8 @@ The ``addTagFormDeleteLink()`` function will look something like this:
545
.. code-block:: javascript
546
547
const addTagFormDeleteLink = (element) => {
548
- const removeFormButton = document.createElement('button')
549
- removeFormButton.classList
550
- removeFormButton.innerText = 'Delete this tag'
+ const removeFormButton = document.createElement('button');
+ removeFormButton.innerText = 'Delete this tag';
551
552
element.append(removeFormButton);
553
0 commit comments