Skip to content

Commit

Permalink
fix(textarea): added closing tag to storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Dec 9, 2018
1 parent 135ba50 commit 47faed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/textarea.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ stories.add('textarea', () => {
'is-error': 'is-error',
}, '');

return `<textarea id="textarea_field" class="textarea ${selectedClass}" placeholder="NES.css">`;
return `<textarea id="textarea_field" class="textarea ${selectedClass}" placeholder="NES.css"></textarea>`;
});

0 comments on commit 47faed3

Please sign in to comment.