How to disable options in a Magento 2 custom select field without using setTimeout?
I have a custom select field in my Magento 2 form and I’m loading options dynamically. The goal is to disable specific options based on a condition (option.is_disabled). The current implementation works, but I’m using setTimeout to apply the disabling… Read More »How to disable options in a Magento 2 custom select field without using setTimeout?