combobox

PHOTO EMBED

Sat May 04 2024 14:03:26 GMT+0000 (Coordinated Universal Time)

Saved by @saloni_naik

<template>
    <lightning-combobox
            name="progress"
            label="Status"
            value={value}
            placeholder="Select Progress"
            options={options}
            onchange={handleChange} ></lightning-combobox>

    <p>Selected value is: {value}</p>
</template>

https://developer.salesforce.com/docs/component-library/bundle/lightning-combobox/example
content_copyCOPY