Active-CSS / active-css

The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
https://activecss.org
Other
42 stars 7 forks source link

Forms sending disabled fields to server and shouldn't be #230

Closed bob2517 closed 2 years ago

bob2517 commented 2 years ago

Per the specs, disabled form fields should not go to the server when a form is submitted.

There is a way to check the changed state of a form in ACSS which runs through the same code. If fields are disabled, they will also not be checked for change if they are disabled.

This is fixed offline and about to go on the branch.