Milko Venkov
Milko Venkov
`IgxOverlayService` is using now angular animations package to animate content shown in the overlay. However this package has some limitations, e.g. during animation you cannot take how much of the...
## Description I have a grid with different types of cells, e.g. text, number, date and so on. What I need is when cell enters edit mode to either put...
## Description I have mask like this: ``` ``` When mask has some value if you select some numbers in the value and delete them by `delete` key exception is...
## Is your feature request related to a problem? Please describe. `IgxDatePicker` allows developer to set `vertical` mode. `IgxDateRangePicker` should has same option ## Describe the solution you'd like Add...
## Description I have a combo in reactive form. In the form builder I am setting initial value for the combo related form control. * igniteui-angular version: 16.1.0 * browser:...
## Description Combo does not update the items, or show incorrect items in `igcChange` event. ## Steps to reproduce Look at [this](https://codesandbox.io/s/peaceful-lehmann-975vls?file=/index.html) sample. Select different items in the combo and...
## Description There is no way to bind radio group component to a value. ## Steps to reproduce 1. Add radio group. 2. Add three radios, e.g. male, female and...
## Is your feature request related to a problem? Please describe. I have a combo where I can select items. In most of the cases only single item will be...
## Description I have a slider component bound to a variable via `ngModel`. I am trying to update the variable on blur via `ngModelOptions`. * igniteui-angular version: ~17.1.0 * browser:...
## Description I have a combo where `valueKye` is pointing to an array of items. Whatever item is selected combo is showing the same value in its input. * igniteui-angular...