Dimiter Topalov

Results 22 comments of Dimiter Topalov

Seems related to https://github.com/telerik/kendo-angular/issues/3392

The issue is fixed in v. 8.1.0 of the **@progress/kendo-angular-buttons** package. As @slavenai described, following the accepted WAI-ARIA practices, the first element in the list is focused when the popup...

Steadily increasing memory consumption is observed after enabling production mode as well: [http://plnkr.co/edit/z0nL6mrXzL3v7ioeO2Ts](http://plnkr.co/edit/z0nL6mrXzL3v7ioeO2Ts)

Hello @aitboudad This is the default HTML Input element behavior when used in an Angular application: https://stackblitz.com/edit/angular-ivy-xehljz?file=src%2Fapp%2Fapp.component.html To avoid displaying the `undefined` value, use either attribute binding - `[attr.value]="..."`, or...

Hi @aitboudad Thank you for the additional information. I managed to reproduce the described discrepancy, and we will discuss further internally what behavior we are aiming the TextBox and TextArea...

Works as expected w/ v. 4.43: https://stackblitz.com/edit/angular-fobjxw?file=src%2Findex.html,src%2Fstyles.css,src%2Fapp%2Fapp.component.ts

The scenario could be handled by creating the FormField only after the data for the radio buttons had arrived, something like: https://stackblitz.com/edit/angular-jofpzb-imsxrp?file=src%2Fapp%2Fapp.component.ts As this repo is for bug reports only,...

Recreating the TabStrip with the current tabs collection after adding/removing a tab seems to resolve the problem and can be used as a workaround until a fix becomes available: https://stackblitz.com/edit/angular-83ccko-jcspb9?file=app/app.component.ts

The most notable customer requests, related to the potential customizations discussed in this thread, are the following: 1. Customize the row height and/or cell paddings 1. Customize the icons (mostly...