> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/dynamic-components/resources/known-issues.md).

# Known Issues

This page lists confirmed issues with Avonni Dynamic Components that our team has reproduced and is actively working to fix. We keep it up to date so you always know what we're aware of and what to expect.

{% hint style="info" %}
Looking for help with a configuration problem? Most setup and behavior questions are answered in **the** [**Troubleshooting & FAQ section**](/dynamic-components/resources/troubleshooting-and-faq.md). If you've run into something that isn't listed here, please [**report it**](/dynamic-components/resources/report-bugs.md) so we can investigate
{% endhint %}

**Last updated:** May 21, 2026

***

## How to read this page

Each issue shows the component it affects, what you'll see, and a workaround when one is available. The **Status** tells you where the fix stands:

| Status              | What it means                                                         |
| ------------------- | --------------------------------------------------------------------- |
| **Investigating**   | We've confirmed the issue and are working out the cause.              |
| **Fix in progress** | A fix is actively being developed and tested for an upcoming release. |

***

## Open issues

### Data Table — Filters appear unselected after a query refresh

**Status:** Investigating\
**Component:** Data Table

**What you'll see:** After a Data Table refreshes its query, any filters you applied are still narrowing the records correctly, but they no longer appear selected in the filter menu.

**Workaround:** The filtered results remain accurate. To change a filter, remove it from the menu and reapply it.

***

### Text Area — Long values are cut off in display mode

**Status:** Fix in progress\
**Component:** Text Area

**What you'll see:** When a Text Area shows a long stored value in display (read-only) mode, the text is truncated. There is currently no setting to expand the field height or wrap the full value.

**Workaround:** Switch the field to edit mode to view or copy the complete value. The stored data is never affected — only the display is shortened.

***

### Input Pen (Signature) — Part of a drawing can be lost when the component is resized

**Status:** Investigating\
**Component:** Input Pen (Signature)

**What you'll see:** If the component or the browser window is resized after a signature or drawing has been started, part of the captured drawing can be erased.

**Workaround:** Complete the drawing before resizing, and avoid resizing the window while the component is in use.

***

### Tabs — Vertical tabs can flicker between a tab and the "More" menu

**Status:** Investigating\
**Component:** Tabs

**What you'll see:** When Tabs are displayed in a vertical layout with several items, the last tab can flicker back and forth with the overflow "More" menu. An empty area may also appear next to the vertical tabs.

**Workaround:** Reducing the number of top-level tabs, or using a horizontal tab layout, avoids the flicker.

***

### List — A sortable item can be duplicated when scrolling mid-drag

**Status:** Fix in progress\
**Component:** List

**What you'll see:** In a List with sortable (drag-to-reorder) items, scrolling with the mouse wheel during a drag and then dropping the item can create a duplicate of that item.

**Workaround:** Drop the item first, then scroll. Avoid using the mouse wheel while an item is being dragged.

***

## Recently resolved

These issues have been fixed. If you've been affected by one of them, update to the latest package version to resolve it. These issues have been fixed. If you've been affected by one of them, update to the latest package version to resolve it.

| Component                | Issue                                                                                   | Resolved                                                     |
| ------------------------ | --------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| Dynamic Component Dialog | The "Open Dynamic Component Dialog" interaction showed an endless loading spinner       | [**May 2026**](https://docs.avonnicomponents.com/changelog/) |
| Kanban                   | Dynamic Kanban cards rendered without their field values                                | [**May 2026**](https://docs.avonnicomponents.com/changelog/) |
| Component Builder        | The property editor value appeared blank after switching from preview back to edit mode | [**May 2026**](https://docs.avonnicomponents.com/changelog/) |

***

## Didn't find your issue?

If you're seeing something that isn't on this list, it may be a configuration issue — check [**Troubleshooting & FAQ**](/dynamic-components/resources/troubleshooting-and-faq.md) first. If it looks like a genuine bug, please [**report it**](/dynamic-components/resources/report-bugs.md). Confirmed bugs are added to this page so other users know we're aware of them.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avonnicomponents.com/dynamic-components/resources/known-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
