neo
neo copied to clipboard
The application worker driven frontend framework
Especially in case we want to programmatically select an item, changing the focus can be problematic. Example: we click on a next button (apps/form) which selects a new item inside...
I actually like `setupClass()` better => shorter. This is a breaking change though, so we should think about the renaming for the next major version.
When rendering textbox with a lot of content, scrollbar get shown initially, so the scrollHeight adds one more line.  ![Screenshot 2024-02-08 at 13 56...
**What kind of change does this PR introduce?** (check at least one) - [x] Refactor - [ x] Other, please describe: The `onStoreRecordChange` colspan implementation invokes createViewData to reprocess all...
**What kind of change does this PR introduce?** (check at least one) - [x] Feature **Does this PR introduce a breaking change?** (check one) - [x] No If adding a...
low prio, since we mostly rely on the default styling via CSS. however, it would be nice if applying a new custom height via the `height` config was possible. only...
This should most likely be the starting point of this project. We can most likely break it down into smaller tickets. We need to follow the official guide: https://storybook.js.org/docs/contribute/framework and...