Skip to content

Commit

Permalink
docs(Autocomplete): minor spelling improvements (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored and tujoworker committed May 31, 2023
1 parent bf6f8a4 commit 3aa19a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import AutocompleteMethods from 'Docs/uilib/components/autocomplete/methods'

The Autocomplete component is a combination of an [Input](/uilib/components/input) and a [Dropdown](/uilib/components/dropdown), also called **ComboBox**. During typing, matching data items gets suggested in an option menu (listbox).

## Type Ahead and ComboBox
## Typeahead and ComboBox

The Autocomplete component may also be known as _Type Ahead_ or _ComboBox_. But autocomplete describes the purpose more precisely and descriptive, therefore Eufemia is using this term.
The Autocomplete component may also be known as _Typeahead_ or _ComboBox_. But autocomplete describes the purpose more precisely and descriptive, therefore Eufemia is using this term.

### When to use it:

Expand Down Expand Up @@ -103,4 +103,4 @@ You can also set the width directly, but then it has to be defined like so (incl
}
```

<AutocompleteMethods></AutocompleteMethods>
<AutocompleteMethods />
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can manipulate the used data dynamically, either by changing the `data` prop

### Properties

- `dataList` contains all the data entries
- `dataList` contains all the data entries.

### Example

Expand Down

0 comments on commit 3aa19a3

Please sign in to comment.