Skip to content

Commit bfbb0ff

Browse files
authored
Update README.md
1 parent 250fadc commit bfbb0ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/form-spinbutton/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ prop places the component in a readonly state (focusable, but the value cannot b
269269
<template>
270270
<div>
271271
<label for="sb-disabled">Disabled spin button</label>
272-
<b-form-spinbutton id="sb-disabled" disabled></b-form-spinbutton>
272+
<b-form-spinbutton id="sb-disabled" v-model="value" disabled></b-form-spinbutton>
273273
</div>
274274
<div>
275-
<label for="sb-readonly" class="mb-2">Readonly spin button</label>
276-
<b-form-spinbutton id="sb-readonly" readonly></b-form-spinbutton>
275+
<label for="sb-readonly" class="mt-3">Readonly spin button</label>
276+
<b-form-spinbutton id="sb-readonly" v-model="value" readonly></b-form-spinbutton>
277277
</div>
278278
</template>
279279

0 commit comments

Comments
 (0)