Skip to content

Commit

Permalink
Update TextField.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 authored Oct 4, 2024
1 parent 9b7b00e commit f386d12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/components/Form/TextField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
{{ typeof value === "string" && (maxLength || minLength) ? `${value.length}/${maxLength}` : "" }}
</span>
</label>
{{ value }}
<input
ref="input"
v-model="value"
Expand Down

0 comments on commit f386d12

Please sign in to comment.