Created
June 8, 2022 20:34
-
-
Save svierk/f10b3c48c5f812b58d6d94044a920bf5 to your computer and use it in GitHub Desktop.
Using the LWC Multi Select Combobox in a Parent Component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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