Can Native Window be exclusive?

Godot Version

4.4

Question

I have a filedialog node that I need to be exclusive like most file dialogues are. It works best if I use the native file picker for the operating system. I choose this option to use native window.
However the problem comes in the fact that even if I select exclusive the window will not be exclusive and does not block any other clicking on my app. Does anyone know how to make a native window actually exclusive?

According to the documentation you also need to enable transient.

Yes. It is enabled. Upon searching the GiHub Godot issues, i found that currently this a known issue, which is quite unfortunate. It seems that this could be resolved to make Godot not clickable while the native dialog was open.