Add a way to disabled/read-only a field in forms.
Sometimes we have a behavior where we want to disable or hide a particular field in form.
For instance I don't want to allow user to edit certain fields in the form, with current behavior I have to write a custom field or have a conditional handling to manage such a behavior.