Skip to content

Instantly share code, notes, and snippets.

@svierk
Created June 8, 2022 20:34
Show Gist options
  • Save svierk/f10b3c48c5f812b58d6d94044a920bf5 to your computer and use it in GitHub Desktop.
Save svierk/f10b3c48c5f812b58d6d94044a920bf5 to your computer and use it in GitHub Desktop.
Using the LWC Multi Select Combobox in a Parent Component
<template>
<c-multi-select-combobox
label="Options"
name="options"
options={options}
onchange={handleChange}
></c-multi-select-combobox>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment