Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update static/usage/v8/select/helper-error/vue.md
Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com>
  • Loading branch information
thetaPC and brandyscarney authored Mar 11, 2025
commit 92692bb70b2c1c6896d1c3c6b3bf7dc065f48c48
4 changes: 2 additions & 2 deletions static/usage/v8/select/helper-error/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<form @submit.prevent="submit">
<ion-select
v-model="favFruit"
label="Default label"
placeholder="Favorite Fruit"
label="Favorite fruit"
placeholder="Select fruit"
helper-text="Select your favorite fruit"
error-text="This field is required"
@ionChange="validateSelect"
Expand Down