neo icon indicating copy to clipboard operation
neo copied to clipboard

The application worker driven frontend framework

Results 327 neo issues
Sort by recently updated
recently updated
newest added

Hi Torsten, I merged your PR. The itemClick logic seems to be copied from a list and feels a bit odd to me. config: ``` /** * Custom cls added...

enhancement

to do this, we most likely should extract the logic from `afterSetValue()` into a new method using a silent param. we should also fire the change event at the very...

enhancement

Currently every small improvement on _dev_ is merged into _main_ to be published and installable by users of neo. ### Disadvantages for developers: - It breaks semantic versioning: - New...

enhancement

When using a `TableContainer` in a hash-routed view (might be partial cause?), the loaded UI will be broken by containing duplicated DOM nodes at the top level of the document....

bug