Don’t Disable Form Controls — Adrian Roselli

February 12, 2024

Disabling Decision Tree

I made a quick decision tree to help evaluate when it’s acceptable to disable interactive controls:

  1. Is the control part of a form?
    1. No.
      • Maybe don’t disable it, but test with your users.
    2. Yes.
      • Don’t disable it.
  2. See Step 1.

Source: Don’t Disable Form Controls — Adrian Roselli