silverstripe-admin icon indicating copy to clipboard operation
silverstripe-admin copied to clipboard

ACCESSIBILITY: readonly fields should be <input readonly >

Open tractorcow opened this issue 8 years ago • 2 comments

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).

tractorcow avatar Apr 04 '17 02:04 tractorcow

is this going to be actioned?

dhensby avatar Nov 27 '17 19:11 dhensby

At some point yeah. When I get more time. :)

tractorcow avatar Nov 28 '17 04:11 tractorcow