Skip to content

Commit

Permalink
fix: Can write inside disabled input (#537)
Browse files Browse the repository at this point in the history
* Add disabled attribute

* Remove redundant is-disabled class
  • Loading branch information
salarenko authored and JKMarkowski committed Dec 20, 2019
1 parent 22cbd1c commit ff433d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/components/form.md
Expand Up @@ -81,7 +81,7 @@ Do not use the input field if:
<br />
<div class="fd-form-item">
<label class="fd-form-label" for="input-05">Disabled Input:</label>
<input class="fd-input is-disabled" type="text" id="input-05" placeholder="Field placeholder text">
<input class="fd-input" type="text" id="input-05" disabled placeholder="Field placeholder text">
</div>
<br />
<br />
Expand Down

0 comments on commit ff433d7

Please sign in to comment.