bootstrap_form icon indicating copy to clipboard operation
bootstrap_form copied to clipboard

Suggestion: use the <output> tag for static flelds

Open walterdavis opened this issue 6 years ago • 0 comments
trafficstars

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.

walterdavis avatar Aug 14 '19 17:08 walterdavis