eufemia icon indicating copy to clipboard operation
eufemia copied to clipboard

DNB Design System

Results 91 eufemia issues
Sort by recently updated
recently updated
newest added

https://user-images.githubusercontent.com/1359205/225298215-6fcb1b45-a7da-45b3-b5b6-e4652b40ea81.mov

## 🐛 Bug Report As I didn't receive a response on Slack, I'll try reporting it here instead :) When filtering the list, then selecting one of the filtered items,...

https://github.com/dnbexperience/eufemia/blob/59825b88d99148d5e26a8f638ad39507e4661bc3/packages/dnb-eufemia/src/components/tabs/Tabs.js#L239 If there is an existing key ideally it would be used instead of the slugified title so that the on_change in the Tabs component returns the correct key. You...

In short: filtering a relatively long array is fast / cheap - but rendering a lot of elements is expensive. Im running into performance problems with the autocomplete component where...

For some reason we had the `--fix` flag during linting, so some issues were never coughed up.

* added two ways to send `additionalArgs` to `onBlur` and `onFocus`: * method 1: use `setHasFocus()` with new parameter `additionalArgs`, instead of `handleBlur()` and `handleFocus()` * method 2: use new...

`FieldBoundaryContext`'s `hasVisibleError` was not updated if attempting to `showError()` and there is none. If there was an error before, then any component that used `hasVisibleError` (only `Iterate.EditContainer` and `Form.Section.EditContainer` at...