Michael Marszalek
Michael Marszalek
Remove `popperjs` & `react-popper` when they are no longer used.
Undecided on name, but I suggest we need a "inputWrapper" or "Field" like component which handles adornments, helpertext, label, meta and such for encompassing `Input`. We currently have `Search`, `Autocomplete`,...
resolves #2443
`OverridableComponent` did not cover all our use-case in regards that intellisense does not always work with the casted type. We did some testing with [Mantine's](https://github.com/mantinedev/mantine) polymorphic component implementation which showed...
resolves #2407
Currently, when using Textfield as multiline, its resize-able to any size. With new updates to Textfield in #1152, the handle for resizing an `Textfield` is off-set as we changed the...
Our resource group is currently flagged as develop and OMNIA subscription is getting removed on 01.01.2023: https://web.yammer.com/teams/threads/eyJfdHlwZSI6IlRocmVhZCIsImlkIjoiMTQ2NjM3NDI4MDYwMTYwMCJ9 ## Acceptance criteria * New subscription created * New resource group created *...
After an selection in single select mode for `Autocomplete` all items are supposed to be shown. For some reason they are still showing filtered items. Slack discussion ongoing with examples...
 Introducs missing focus traps on "modal" components for making them correctly accessible. Relevant components: * Dialog * Popover *....other? Notes * https://www.npmjs.com/package/react-focus-lock * https://www.npmjs.com/package/focus-trap-react
Follow up Downshift has a bug related to React 18, check wether we can make a workaround or update downshift. https://github.com/downshift-js/downshift/issues/1384