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:
- Is the control part of a form?
- No.
- Maybe don’t disable it, but test with your users.
- Yes.
- Don’t disable it.
- See Step 1.