Question

My Admin Ui Component Form was working fine , but all of a sudden , the Multiselect box went out of proportion from the rest of the field . Does anybody faced the same issue or anyone know how to fix it! enter image description here

Was it helpful?

Solution

You need to change your label in multislelect add Sort By

<item name="label" xsi:type="string" translate="true">Your Label Name</item>

To

<item name="label" xsi:type="string" translate="true">Your Label Name Sort By</item>
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top