chore: server interaction example update

This commit is contained in:
Thijs Louisse 2021-04-26 11:49:51 +02:00 committed by Thomas Allmer
parent 662363b290
commit e231959e40

View file

@ -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'];