Read-Only state for Select Component

I faced a problem that concerns the reading mode for the select components.

Imagine a situation where you set up a filter and choose some options in the dropdown. Then you run a search for suitable options. At the same time, the search options go into the inactive state (you need to reset the options to make the fields active again). But the user may need to see what options exist in this drop-down at all (actually, I didn't get why, but there's a requirement from the users).

Is it even possible to speak about the read mode for the select component in this situation? Can a dropdown be used only to view the options? Or does it still have 2 states - disabled, when it is impossible to open the menu, and active state, when at least one option from the list is available for selection?

The first screenshot shows how it's implemented now and is required (They called Read-only mode as Non-editable).

The second screenshot shows how people are expected to use this information. If you have a look at the status column in the table, you see that we have different types of document types that may have a different lifecycle and this is why people want to know what steps will be next, but they can't select anything from this list in the table.

enter image description here enter image description here