Michael Marszalek

Results 122 issues of Michael Marszalek

Remove `popperjs` & `react-popper` when they are no longer used.

🔨 technical
utils

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`,...

react
epic
✨ enhancement

`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...

react

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...

react
design
🕵️ investigate

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 *...

🔨 technical
High Priority

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...

🐛 bug
react

![its a trap.gif](https://images.zenhubusercontent.com/605aea9d482116cb33bf4049/c3ecb761-d9e4-4d7f-81cc-dd6f2a4cd81e) 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

react
epic
♿️ a11y

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

🐛 bug
core-react