Skip to content

Commit

Permalink
Update src/components/TextField/TextField.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marco <marcoambrosini@icloud.com>
  • Loading branch information
marcoambrosini and nickvergessen authored Aug 4, 2022
1 parent de6362d commit e589eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextField/TextField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ and `minlength`.
<label for="$refs.textField.id">External label</label>
<TextField :value.sync="text5"
ref="textField"
:label-outside= "true"
:label-outside="true"
@trailing-button-click="clearText" />
</div>
</div>
Expand Down

0 comments on commit e589eec

Please sign in to comment.