backpex
backpex copied to clipboard
Refactor input component to use legend
- Move
classtofieldsetelement and remove wrappingdiv - Use
legendelement for label
I added a legend to each fieldset to improve a11y. See https://github.com/phoenixframework/phoenix/issues/6204
This changes the appearance of labels / legends.
I am not sure if we should even use fieldsets at all.
See https://github.com/naymspace/backpex/pull/1233