Damien Robson
Damien Robson
1. Newman Version (can be found via `newman -v`): 5.3.2 2. OS details (type, version, and architecture): Ubuntu 22.04 x64 (GitHub Actions pipeline) 3. Are you using Newman as a...
[Accessibility] Text-based input placeholders (excluding `Search`) fail colour contrast validation
### Description There is an accessibility failure regarding the colour contrast of placeholders in text boxes (with the exception of the `Search` component). Using a colour contrast checker, the value...
### Desired behaviour It would be great to be able to customise the icons used by the `Sort` component in the `FlatTable` package. Currently the icons are locked to two...
### Desired behaviour A prop can be passed into the `Loader` component that allows text to be displayed e.g. underneath the animated icon. It would also be of benefit if...
### Description If I'm using `Search` with `searchButton` set, I want to fire another search if a user clicks the clear button in the text input. I want the button...
### Current behaviour As the title suggests, clicking a disabled date in the calendar highlights it with an orange border. Clicking the blank space when `fixedWeeks`, `enableOutsideDaysClick` and `showOutsideDays` are...
### Describe the bug AXE DevTools finds a critical error when ran against Storybook: ``` Ensure does not disable text scaling and zooming ``` This is due to the `viewport`...
### Proposed behaviour The documentation offered by the storybook should be as accessible as possible. This PR aims to implement that by addressing a handful of issues: - Changes the...
### Proposed behaviour Adds the following enhancements to the `Switch` component: - Inline error style with the new error - Dark background variant This will allow the inline option to...