Alasdair McLeay
Alasdair McLeay
Form inputs should all have examples in storybook that show how they can be used in Final Form. Radio buttons currently do this, but examples for DateInput and Input also...
There have been reports of the error summary component causing accessibility issues. Error summary should: - match govuk-frontend markup and CSS, or detail in this ticket if this is not...
Should have a label element, following https://components.publishing.service.gov.uk/component-guide/search
As part of either the new Form API or syncing with govuk-frontend, we should consider removing the Label component as it doesn't directly map to what govuk-frontend does. We should...
Add support for differing font sizes, as per govuk-frontend - see: https://github.com/alphagov/govuk-frontend/blob/main/src/govuk/components/label/_label.scss
DateField should allow each individual input (day, month, year) to have a separate bool for error, i.e. if only `year` is missing then only highlight the `year` field in red.
Components (with some exceptions) should be compatible with server side/universal rendering. Exceptions include the LoadingBox, possibly a light box if we add one. There should be an integration test with...
The asAnchor HOC allows a parent application to style another component as an anchor. This is so that the parent application can use react router and can pass in ReactRouter.Link...
> Remove `errorColor` and provide examples on how to extend the component I don't think we should be passing specific colours as props, although I think the original use case...