Alasdair McLeay

Results 150 issues of 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...

documentation
storybook
forms

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

accessibility
fsa

Should have a label element, following https://components.publishing.service.gov.uk/component-guide/search

enhancement
accessibility
match govuk-frontend

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

enhancement

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

enhancement

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.

enhancement

Docs for change done in #838

documentation

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

tests

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

enhancement
hoc
deprecation

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

enhancement
deprecation