Hmm...we can't find this setting yet, but we'll keep checking. Feel free to contact us for help.
Looks like you're signed in with a Gmail account. Please try again with your account that you use to access Google Admin.
Event dispatching on disabled form controls is being changed in chromium in order to improve compatibility with other browsers and to improve developer experience.
This change makes MouseEvents get dispatched on disabled form control elements except click, mouseup, and mousedown. The new events will include mousemove, mouseenter, and mouseleave for example.
This change also truncates the event path of click, mouseup, and mousedown when they are dispatched on children of disabled form controls so they are not dispatched on the disabled form control or any of its ancestors.
The new behavior may break some websites.
If this policy is enabled, then the new behavior will be used.
If this policy is disabled, then the old behavior will be used.
If this policy is not set, then the new behavior will be used just like the rest of chromium users.