Milko Venkov
Milko Venkov
There is no easy way to find out now when the direction was changed by the `AutoPositionStrategy`. IMO we should emit an event when this happens. A little hacky way...
@hanastasov yes this will work with template. However this still does not work for date time columns as you do not have access to the `igxDatePicker`'s input. Additionally creating a...
Speaking of date type cell in your sample you are overriding the editor and have no calendar drop down, no date mask. Actually, you can enter whatever text you want...
This is a feature request. We should add option to overlay determining whether or not overlay content should be shown always in the outlet, e.g. `showInOutlet`. Note this strongly contradicts...
Here is [StackBlitz ](https://stackblitz.com/edit/angular-qtrzxr?file=src%2Fapp%2Fslider-sample-1%2Fslider-sample-1.component.html) sample reproducing this issue. The first slider is in a form and the second one is the most simple possible range slider. Neither of them slides....
I would go with `key` everywhere. I know we just added `primaryKey`, but let change it to `key`.
Using `ContainerPositionStrategy` should solve this issue.
Having combo set like this: ```html home ``` I am ending up with clear icon like this:  I am not even able now to change the clear icon!
Dropdown should have default overlay settings. In its default settings it should use connected positioning strategy with start point bottom-left and direction down-right. When `open` method is called it should...
@mrentmeister-tt From the code excerpts provided I can see you have a `TraxDialogService`. It is look like you can show any component via this service and you provide the `DialogSettings`...