pegros / PEG_LIST

Set of configurable/actionable LWC list components for Salesforce Lightning UX
MIT License
20 stars 9 forks source link

[feat] sfpegActionBarCmp- Height of the card does not allow the display of all picklist values #41

Closed parii12 closed 1 year ago

parii12 commented 1 year ago

Is your feature request related to a problem? Please describe. All the picklist values in the field does not appear and the user has to scroll to view all values

Describe the solution you'd like Display all the values in the field

Describe alternatives you've considered

Additional context image

parii12 commented 1 year ago

Hello @pegros , more important than the other issue

pegros commented 1 year ago

@parii12 thanks for registering this issue. I shall probably provide a way to enforce a height in the popup similarly to the current size (i.e. width) property.

pegros commented 1 year ago

implemented in commit a6dee15 A height (auto, small, medium, large) property has been added to the form action types to possibly enforce a minimal height to the popup for better dropdown display.