Skip to content

Commit 9689d4d

Browse files
mstaacktmorehouse
authored andcommitted
chore(docs): form-input - use trim prop in example (bootstrap-vue#2232)
1 parent c593138 commit 9689d4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/form-input/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ to:
227227
<div role="group">
228228
<label for="inputLive">Name:</label>
229229
<b-form-input id="inputLive"
230-
v-model.trim="name"
230+
v-model="name"
231+
trim
231232
type="text"
232233
:state="nameState"
233234
aria-describedby="inputLiveHelp inputLiveFeedback"

0 commit comments

Comments
 (0)