Skip to main content

Questions tagged [lightning-combobox]

For questions related to the lightning combobox widget

0 votes
0 answers
68 views

I've created a Lightning Web Component (LWC) that is embedded within a Screen Flow. The purpose of this component is to allow users to select the Opportunity type during creation (in a standard flow ...
Omnia's user avatar
  • 323
0 votes
1 answer
54 views

I've created a custom data type datatable and when I'm trying to align all the columns, the lightning-combobox comlumn has a div that doesn't let the picklist stay entirely at the top of the column. I'...
Michellao's user avatar
0 votes
0 answers
364 views

I am building an edit form which needs to update values on fields based on the inputs when you hit submit. The form updates the fields successfully for any lightning-input-fields, but I need to do it ...
Yoni's user avatar
  • 1
0 votes
1 answer
98 views

I want to use a combobox in an HTML table in LWC component. <template for:each={recordsToDisplay} for:item="asset" for:index="index"> <tr class="slds-...
SEuser's user avatar
  • 1,850
0 votes
0 answers
49 views

I have problem with comobobox performance. I have found similar question and it seems that it should work if I use spread on data, but it it's still takes a lot of time to load. It works when I am ...
Balik's user avatar
  • 3
0 votes
0 answers
36 views

I have Parent, Child & Grand Child Component. Parent Component Display Lazy Loading on LWC data table which I already implemented which loads first 100 records and using onLoadMore event it ...
SFDCDJ's user avatar
  • 1,977
0 votes
0 answers
55 views

I am working with aura components and lightning:combobox. I need to create a table and have made a row-based data structure in backend, sent it to the front end and displayed in html/css. All works ...
Frans's user avatar
  • 29
1 vote
1 answer
513 views

I'm defining a custom column for a Lightning dataTable component to hold a Lightning combobox like this: { label: 'Down Payment Type', fieldName: 'DownPaymentType__c', type: '...
isherwood's user avatar
  • 513
0 votes
1 answer
1k views

I have created an LWC that will be embedded via Lightning Out in a website. I need to apply the styling of the website to the LWC and I am almost done. One thing to do is to change the border of the ...
Andreas Epping's user avatar
0 votes
0 answers
486 views

Trying to implement the new spring release update: b) The lightning-input component receives a new attribute called role, enabling the creation of accessible combo boxes. Check out the below example ...
Virgo27's user avatar
  • 11
0 votes
1 answer
107 views

I have a combobox in a column of a custom table that is populated dynamically. How can I set the value selected for the row that the combobox was changed? Currently, when the onchange fires, the ...
user1718612's user avatar
0 votes
1 answer
787 views

For a picklist field, it is possible within Object Manager, to select one picklist value as the default value, so that for new records this field is automatically selected in the dropdown. I want to ...
PieterJacob's user avatar
2 votes
1 answer
659 views

can we change the dropdown box align with combobox? is it possible? it is like this now. I want it like this <td class="slds-cell_action-mode" role="gridcell"> ...
Neophyte's user avatar
1 vote
1 answer
368 views

In a managed package, I have lwc with combobox whose options are fields from an object. It calls an apex method that returns the list of fields and then displays them. I have noticed for specific ...
Liron C's user avatar
  • 1,893
0 votes
1 answer
7k views

I have lightning-combobox for which the picklist values are retrieved through getPicklistValues. How can I set default value of this field as the first picklist value? HTML: <lightning-combobox id=&...
coder123's user avatar
  • 155

15 30 50 per page
1
2 3 4 5
9