At the moment we use <FormControl.Static /> in react which doesn't produce proper input tags. I suggest that we should probably stick with literal inputs for all input-type fields, and flag these with either disabled or readonly html properties.
This distinguishes readonly inputs from literals (provided by LiteralField).
At the moment we use
<FormControl.Static />
in react which doesn't produce proper input tags. I suggest that we should probably stick with literal inputs for all input-type fields, and flag these with eitherdisabled
orreadonly
html properties.This distinguishes readonly inputs from literals (provided by LiteralField).