Description
Submit of a from with input text is disabled == true leads to the following message:
"WARNING: There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only . Component : <...inputText>"
The warning does not appear when readOnly == true. Please remove the part "or read-only" from the message.