Skip to content

Commit

Permalink
feat(input): hide whitespace in textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
ovlb committed Dec 10, 2020
1 parent 10f5f75 commit 96a9959
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/input/src/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
data-test="input"
v-on="listeners"
@input="updateValue"
>
{{ value }}
</component>
><!-- eslint-disable -->{{ value }}</component><!-- eslint-enable -->
<p
v-if="description && descriptionPosition === 'bottom'"
:id="`${id}__desc`"
Expand Down

0 comments on commit 96a9959

Please sign in to comment.