You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using an <input> tag, marking it as readonly, and worrying in the documentation about seeing errors in your input parameters, perhaps it would be simpler to render static fields as an <output> tag instead. These are styled like an <input>, but they do not accept keyboard input, and they do not get submitted along with the rest of the form.
The text was updated successfully, but these errors were encountered:
Instead of using an
<input>
tag, marking it as readonly, and worrying in the documentation about seeing errors in your input parameters, perhaps it would be simpler to render static fields as an<output>
tag instead. These are styled like an<input>
, but they do not accept keyboard input, and they do not get submitted along with the rest of the form.The text was updated successfully, but these errors were encountered: