Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 736 Bytes

AX10.md

File metadata and controls

21 lines (13 loc) · 736 Bytes

Persistance of dynamic disabled state of inputs

State of buttons and inputs changed dynamically (with JS: button.disabled = true) will be preserved across page loads.

Workaround: define attribute autocomplete="off" disables this feature.

Tags

  • dom
  • form

Applications

  • ✅ Firefox

See also