문제

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

도움이 되었습니까?

해결책

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>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top