Skip to content

Commit

Permalink
docs(VInput): correct hint props description (#20526)
Browse files Browse the repository at this point in the history
  • Loading branch information
t407o authored Oct 28, 2024
1 parent cfaf744 commit d037417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/components/inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ When the **hide-details** prop is set to `auto` messages will be rendered only i

#### Hint

`v-input` can have **hint** which can tell user how to use the input. **persistent-hint** prop makes the hint visible always if no messages are displayed.
`v-input` can have **hint** which can tell user how to use the input (when focused). **persistent-hint** prop makes the hint visible always if no `error-messages` are displayed.

<ExamplesExample file="v-input/prop-hint" />

Expand Down

0 comments on commit d037417

Please sign in to comment.