• srikar kothakapu 17
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi,
Picklist values are cutting off/truncated in the modal box. I have 10 picklist values to be displayed but when opened the combobox in ligtening it is showing only 3.
Could you please help me out fixing this issue.

Here is the code:
 <div class="slds-modal__content slds-p-around_medium">
                           <div class="slds-text-color_error">{requiredError}</div>
                    <lightning-combobox class="validValue" name="reason" label="Reason" value={reason}
                            placeholder="Select Closed Loss Reason" options={picklistOptions.data.values}
                            onchange={handleChangePicklist} required>
                    </lightning-combobox>

Thank you,
Srikar