Values of disabled inputs will not be submitted

前端 未结 7 2331

This is what I found by Firebug in Firefox.

Is it the same in other browsers?

If so, what\'s the reason for this?

7条回答
  •  执笔经年
    2020-11-22 06:03

    Disabled controls cannot be successful, and a successful control is "valid" for submission. This is the reason why disabled controls don't submit with the form.

提交回复
热议问题