nette / forms

📝 Generating, validating and processing secure forms in PHP. Handy API, fully customizable, server & client side validation and mature design.
https://doc.nette.org/forms
Other
497 stars 147 forks source link

Improve function setDisabled() - remove deleting of value #327

Closed mildabre closed 7 months ago

mildabre commented 7 months ago

Proposed change removes deleting value of disabled form control. The reason why deleting value was implemented in this method is from is unclear and is now obsolete. Deleting value of the control makes use of the method complicated and tricky while the deleting itself has no real meaning.

mildabre commented 7 months ago

Closed from security reasons