Can the PrimeNG drop-down icon be positioned on the left side of the select?
I attempted:
<div class="ui-rtl" dir="rtl">
<p-dropdown></p-dropdown>
</div>
However, it did not function as expected.
Are there any alternative solutions available?