ad9242

Results 102 comments of ad9242

code coverage is very low at present (

spell check works. would not expect autofocus to work in storybook as it is only applied on page load. closing

This does seem to be an issue with the component. There will need to be a watch added on the `disableHover` Prop which then removes\adds the appropriate events that trigger...

just a little comment that this makes us inconsistent with other places where we use 577px in the css, eg data-table-title-bar & side navigation. In other cases it uses 993px,...

One possibility may be to change the `swallowClick` method to set `this.skipFocus` to `true` instead of calling `stopPropagation()`. This needs thorough testing though, as only a quick investigation carried out...

[Stackblitz for issue with dateinput](https://stackblitz.com/edit/dcty59-jd3eh5?file=src%2Fapp.tsx,package.json&hideExplorer=1) focus the input field & use arrow keys to attempt to change date

moved arrow key press issue into a separate ticket: https://github.com/mi6/ic-ui-kit/issues/2685

consider adding canary web components too

there is a sortable example already on the site. this could be extended and\or copied to show the event being used