Skip to main content

Timeline for Lightning Web Component Combobox

Current License: CC BY-SA 4.0

3 events
when toggle format what by license comment
Aug 8, 2022 at 9:17 review Suggested edits
Aug 8, 2022 at 14:38
Sep 16, 2019 at 16:55 comment added MayTheSForceBeWithYou You could also use a nifty Javascript array function "map". if (data) { this.roleOptions = data.map(function (userRole){ return {label:userRole.Name, value:userRole.Id} });
Jul 14, 2019 at 8:48 history answered Santanu Boral CC BY-SA 4.0