ala'n (Alexey Stsefanovich)

Results 152 issues of ala'n (Alexey Stsefanovich)

As an EAK user, I want to be able to set up a placeholder value (also known as an empty text value) for fields using the DependsOn plugin when the...

javascript

As a EAK consumer, I want to be able to fill the Coral Select options list based on the passed query value with an array inside. Example: `@DependsOn(action = DependsOnActions.FILL,...

enhancement
javascript

As an ESL contributor, I recomend to consider adding `number-leading-zero` rule to stylelint config. As for right now we use both options with leading zero and without leading zero. Expect...

good first issue

As an ESLCarousel consumer, I want to have a smart unified API to change the carousel active slide. It is requested to extend API to the following: ```ts type AbstractItemTraget...

feature
needs assignee

As an ESL architect, I want to be sure that the carousel component have simple and powerful enough API to control carousel state Primary API points and methods: - State...

enhancement
feature

As an ESL consumer, I want to be sure that subscriptions to the frequently dispatched event can be optimized at the library level. **Use case:** ```ts class MyEl { @listen({event:...

under discussion

As an ESL consumer, I want ESLScrollbar to automatically respond on the esl-lock-scroll marker sate It is requested to track esl-scroll-lock marker from #1040 to automatically change esl-scrollbar to be...

waits triage
under discussion
postponed

As an ESL consumer, I want to have a predictable and full strategy for esl-panel-group in case it handles `max-open-items` (more than 1 panel). **Test case:** - Configure 4 `esl-panels`...

enhancement
under discussion
postponed

`@decorate` mixin causes incorrect behavior when local method decoration is expected **Use case** ```ts class Item { @listen({event: 'resize', target: window}) @decorate(debounce, 2000) onResize() { ... } } ``` **Expected...

waits triage
under discussion

As an ESL consumer, I want to be able to use `SynteticEventTarget` widely, so it should support `EventTarget` interface without restrictions. It is proposed to make `SynteticEventTarget` respect passed event...

enhancement
released on @beta