I have a Perspective drop down component with entry values that are wider than the drop down component itself. Hence, you cannot read the full entry value in all instances. Is there a way to show the full entry value clearly? Or is this the wrong component for my problem?
You can probably apply a style class to dropdownOptionStyle and use this to target a specific popup's options.
You might be able to directly apply the auto with to this class, or use ::has to find option modal containers that have that class.