GCHQ-Developer-112
GCHQ-Developer-112
## Summary of the bug Using a React UseState, I'm unable to conditionally render content in the secondary slot. I am able to conditionally render content in other slots in...
## Summary of the bug When the text in `` has wrapped and the placement of an icon is set to either 'left' or 'right', the icon shrinks. The issue...
## Summary of the bug Setting the _iconPlacement_ on `` doesn't affect the icon placement on ``. If no _iconPlacement_ is set on ``, then it defaults to a left...
## Summary of the changes - Add additional functionality to ic-divider to allow it to be more customisable - Add stories & prop playground for React & Web components -...
## Summary Whilst focus is on an `ic-text-field` and the `` is in a ``, pressing `Enter` in the text field should submit the form. ## 💰 Use value According...
## Summary of the changes Add props to allow existing `ic-divider` to be more customisable, add stories & prop playground, add tests, update side navigation test following change to ic-divider...
## Summary of the bug There's no visual indication that the typography component's "See more / see less" button has focus or has been hovered on. This may be related...
## Summary of the changes Tell us, in a few words, what the changes are. ## Related issue Tell us the issue number. If suggesting an improvement or component, please...
## Summary of the bug The table under the[ "Example of hearing impairments" on the "Auditory needs" page](https://mi6.github.io/ic-design-system-githubpages/branches/develop/accessibility/needs/auditory/#examples-of-hearing-impairments) has border gaps between each column which seems inconsistent with the design...
[ic-step]: Make `current` a separate boolean prop and consider renaming `stepType` prop to `state`
## 💬 Description At the moment, the `stepTypes` for stepper are: "active" | "completed" | "current" | "disabled". It's possible for a step to be both of these types, for...