Skip to content

Commit e851836

Browse files
authored
docs(table): fix typo in complete eample (bootstrap-vue#3287)
1 parent 5cf71cf commit e851836

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/components/table/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,12 +1928,11 @@ differences between operating systems, this too is not a preventable default beh
19281928

19291929
<b-col md="6" class="my-1">
19301930
<b-form-group label-cols-sm="3" label="Sort direction" class="mb-0">
1931-
<b-input-group>
1932-
<b-form-select v-model="sortDirection" slot="append">
1933-
<option value="asc">Asc</option> <option value="desc">Desc</option>
1934-
<option value="last">Last</option>
1935-
</b-form-select>
1936-
</b-input-group>
1931+
<b-form-select v-model="sortDirection">
1932+
<option value="asc">Asc</option>
1933+
<option value="desc">Desc</option>
1934+
<option value="last">Last</option>
1935+
</b-form-select>
19371936
</b-form-group>
19381937
</b-col>
19391938

0 commit comments

Comments
 (0)