Chandan kumar shaw

Results 9 comments of Chandan kumar shaw

Hello @N1XUS I actually verified in the stackblizt by modifying the boilerplate code of this section [https://sap.github.io/fundamental-ngx/#/core/popover#programmatic-control](https://sap.github.io/fundamental-ngx/#/core/popover#programmatic-control) Here if we control the isOpen property with the first focusable element inside...

@droshev Yes you can go in this [URL](https://stackblitz.com/edit/65qxup?file=src%2Fapp%2Fpopover-example.component.scss) and run the project. Try to access the 'Fixed position' button using keyboard.

Here is the HTML layout ``` one three two ``` Here is the typescript code ``` import { Component, ViewEncapsulation } from '@angular/core'; import { AvatarComponent } from '@fundamental-ngx/core/avatar'; import...

@droshev Do we need to add the example only for the menu item having input in it in the docs ? As I see that the styles is already available...

@droshev @nikolay-kolarov Currently in our application there is no header in the card but only the card-content and we also don't have any focusable element inside the card-content. We want...

@droshev https://ng-15-downport--fundamental-ngx.netlify.app/#/core/carousel#multi-item-active Here we want the focus to be on the card, now it's not coming on the card, rather it's focus is on the card items

> Looking better but why does the move-row-up button lose focus after pressing enter? It's because of rendering differently after a change I believe. In move down button it's not...

> Looking better but why does the move-row-up button lose focus after pressing enter? @mikerodonnell89 Is it good now?

@mikerodonnell89 Only the column reordering buttons needs to be shifted in the list item right? other UI should remain same As I see in the desired image there is sort,...