chore: server interaction example update
This commit is contained in:
parent
662363b290
commit
e231959e40
1 changed files with 3 additions and 2 deletions
|
|
@ -250,9 +250,10 @@ export const invokerButton = () => html`
|
||||||
`;
|
`;
|
||||||
```
|
```
|
||||||
|
|
||||||
### Server interaction
|
## Server interaction
|
||||||
|
|
||||||
It's possible to fetch data from server side.
|
It's possible to fetch data from server side. When options are rerendered into the combobox,
|
||||||
|
the autocompletion (highlighting/selecting etc.) functionality of the combobox is triggered.
|
||||||
|
|
||||||
```js preview-story
|
```js preview-story
|
||||||
const comboboxData = ['lorem', 'ipsum', 'dolor', 'sit', 'amet'];
|
const comboboxData = ['lorem', 'ipsum', 'dolor', 'sit', 'amet'];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue