Skip to content

Magento 2 How to modify admin dropdown attribute options

I have an admin dropdown attribute, which has a lot of options.
Attribute Field Image

On admin product edit form, how can I show only the relevant options relative to the open product, for ease of admin user. I have a custom logic to filter out the relevant options for this attribute.

As the whole admin form is generated by ui component, it is difficult to find the origin.