Results 17 issues of Dimitris Karagiannis

Resolves #8965 # Problem & Cause As described in the linked issue, when a CRA project is ejected, the `modulePaths` entry of the jest config includes an array of absolute...

CLA Signed

## Bug Report ### Describe the bug The documentation and the types describe the `Icon` prop as a `ReactElement`. However passing a `ReactElement` such as `` throws. Passing a `ReactComponent`...

[These](https://github.com/Orfium/orfium-ictinus/blob/master/src/components/Select/Select.style.ts#L22-L25) style rules in `Select.style` apply the same visuals as [these](https://github.com/Orfium/orfium-ictinus/blob/master/src/components/TextInputBase/TextInputBase.style.ts#L92-L100) rules from `TextInputBase.style`. Since `TextInputBase` is a building component of `Select` the `Select.style` rule seems to be a leftover....

question

Code views like this ![image](https://user-images.githubusercontent.com/3789226/145019223-4e84c611-07a2-47e5-a0b0-4007d12e3ee0.png) do not help at all when you want to see the code for a usage example

documentation

The component only gets a background if it also gets the `elevated` property. As part of this fix we could also introduce the option to pass any custom background color...

bug
enhancement

https://github.com/Orfium/orfium-ictinus/pull/64#issuecomment-689821585

The select options container should have a high z-index so that it does not get hidden under elements that exist below and have even a `z-index: 1`

bug

All components should be navigateable via keyboard

bug

This PR introduces a new "Added in " section (which links to the relevant changelog) for each part of the API that is currently included in the stable versions. Only...

CLA Signed

[This](https://github.com/Orfium/orfium-ictinus/commit/c957779e2f4bec7f66d1b7c996afcad859b31388) commit introduced a breaking change to the component's props, by turning 2 optional props (`onChange` and `expanded`) into required props.

bug