Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Feb 17, 2025
1 parent 9f1e8d1 commit 9374713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions docs/content/docs/components/tags-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,6 @@ The button that remove all tags.

## Examples

### With Combobox

You can compose Tags input together with [Combobox](../components/combobox.html).

<ComponentPreview name="TagsInputCombobox" />

### Paste behavior

You can automatically add tags on paste by passing the `add-on-paste` prop.
Expand Down
4 changes: 2 additions & 2 deletions docs/content/examples/combobox-tags-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title: Combobox TagsInput
tags:
- Combobox
- Form controls
- Tags Input
---

# Combobox with TagsInput

<Description>

Rendering multiple Checkbox elements to form a group of checkboxes. The behavior is similar to having `v-model` for multiple native `input[type="checkbox"]`.
Rendering [Combobox](/docs/components/combobox) with [Tags Input](/docs/components/tags-input).

</Description>

Expand Down
2 changes: 1 addition & 1 deletion docs/content/examples/combobox-textarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:

<Description>

Rendering [Combobox](/docs/components/combobox) as a textarea element to create an accessible multiline textboxt. Inserting specific characters triggers a popup with dynamic suggestions.
Rendering [Combobox](/docs/components/combobox) as a textarea element to create an accessible multiline textbox. Inserting specific characters triggers a popup with dynamic suggestions.

</Description>

Expand Down

0 comments on commit 9374713

Please sign in to comment.