Dmitriy Kremnev
Dmitriy Kremnev
Also remove `invalid` attribute
Will be implemented in #3308
It would be great if the `RadarSeries` could display the legend correctly when using the dataset. Any suggestions for a workaround?
Currently, it is not possible to use the definition of a specific event type. Because ui event listeners are passed to the `UiEventsManager` as lambda functions. Such functions will not...
See: https://github.com/jmix-framework/jmix/issues/4238#issuecomment-2841675505
I encountered the same problem when implementing my web component for the Vaadin application. I defined a style module for the base component and for it when using the `Lumo`...
# Note The hot-deploy feature doesn't work correctly when using Spring AOP. The point is that when classes are deployed by hot-deploy are loaded into the framework's internal class loader,...
Perhaps we should expand the ability to configure the filter. Provide the option to select a predefined operation or the option to set/load a `ValueComponent`, as is implemented for the...
# Facets in Fragment Now all previously existing facets are available for fragments as well. ## General information There are five facets available for use: ```xml ``` - `timer` –...
# For QA: It is necessary to check the following cases: 1. All facets are functional after changes 2. How overridden facets work after changes. Override according to current documentation:...