Skip to content

Commit

Permalink
make sure that value and checked are used as component arguments (emb…
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Bryxí authored and lenoraporter committed Jul 19, 2020
1 parent 55d50ec commit 0b26255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/release/components/built-in-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ helper:

<table>
<tr><td><code>readonly</code></td><td><code>required</code></td><td><code>autofocus</code></td></tr>
<tr><td><code>value</code></td><td><code>placeholder</code></td><td><code>disabled</code></td></tr>
<tr><td><code>@value</code></td><td><code>placeholder</code></td><td><code>disabled</code></td></tr>
<tr><td><code>size</code></td><td><code>tabindex</code></td><td><code>maxlength</code></td></tr>
<tr><td><code>name</code></td><td><code>min</code></td><td><code>max</code></td></tr>
<tr><td><code>pattern</code></td><td><code>accept</code></td><td><code>autocomplete</code></td></tr>
<tr><td><code>autosave</code></td><td><code>formaction</code></td><td><code>formenctype</code></td></tr>
<tr><td><code>formmethod</code></td><td><code>formnovalidate</code></td><td><code>formtarget</code></td></tr>
<tr><td><code>height</code></td><td><code>inputmode</code></td><td><code>multiple</code></td></tr>
<tr><td><code>step</code></td><td><code>width</code></td><td><code>form</code></td></tr>
<tr><td><code>selectionDirection</code></td><td><code>spellcheck</code></td><td><code>type</code></td></tr>
<tr><td><code>selectionDirection</code></td><td><code>spellcheck</code></td><td><code>@type</code></td></tr>
</table>

If these attributes are set to a quoted string, their values will be set
Expand Down

0 comments on commit 0b26255

Please sign in to comment.