GCHQ-Developer-847

Results 55 comments of GCHQ-Developer-847

Running Accessibility Insights FastPass will bring up a "duplicate-id-aria" error with the tabs on the Code pages as well. I think this is fine because the success criterion / rule...

Just another thing to keep in mind about this - when the user clicks the "Copy code" button, we'd probably want it to copy whichever amount of code is visible,...

I think the solution may involve changes to [loadUngroupedOptions()](https://github.com/mi6/ic-ui-kit/blob/5441c917fd593f7797ace93dc674a78006abb775/packages/web-components/src/components/ic-menu/ic-menu.tsx#L801). This is where `this.ungroupedOptions` is set; `this.options` contains all options passed to the `options` prop so can include parent options (used...

The sizes for the select component are being done as part of the multi-select ticket (#257)

The icons on the horizontal scroll buttons have been set to the keyline-darken and keyline-lighten colours, which happen to be the same colour as the icons / text on disabled...

This has been marked as a breaking change because this may cause issues with persisting data across the different tab panels. For example, if there is an app using tabs...

While triaging this ticket, we were wondering whether it would actually be a breaking change... I think it would be because there is always the possibility someone might be using...

I have updated the code snippet in the ticket description to include the extra details mentioned in our discussion internally Whoever picks up this ticket, it would probably be worth...

[StackBlitz for the code snippet](https://stackblitz.com/edit/dcty59-a94s2b?file=src%2Fapp.tsx&hideExplorer=1)

~~Might be best to leave this ticket until #4046 is done, as this ticket is a continuation of that. Also, whatever solution we decide to go with in that ticket,...