Riva Ivanova

Results 5 comments of Riva Ivanova

Hello @Timmeeeey, A similar behavior like the one of the IgxCombo could be achieved on application level by using the simple combo’s **opening** and **selectionChanging** events and canceling the opening...

Hello @kchanda24, I have been looking into this matter and what I can say is that the [`tabIndex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) attribute is set in order for the `igGrid` container to be focusable....

Setting the selection via the `select` method emits the `selectionChanging` event. It does not matter if it is a valid selection or not. The event should be emitted only on...

You are correct and the `select` method along with the `selectAllItems`, `setSelectedItem`, `deselect`, `deselectAllItems` methods emit the `selectionChanging` event prior to this PR so you can disregard the previous comment....

A similar behavior is observed for the igx-snackbar, too. ```html Click Inner Snackbar Message Outer Snackbar Message ```