Interactive Table Action Dropdown #118
-
The "Edit" link is selected after clicking on the dropdown. Is this a error? and how do I make it unselected? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, this is a focus effect. When you open the dropdown, the focus is moved to the first item (to improve accessibility). The component uses the Menu component to create the dropdown; if you want to modify the focus effect, you can do that in the CSS of the Menu component: I'm closing this discussion. If you have problems with the component, you can open an issue on the component folder: Thanks |
Beta Was this translation helpful? Give feedback.
Hi, this is a focus effect. When you open the dropdown, the focus is moved to the first item (to improve accessibility).
The component uses the Menu component to create the dropdown; if you want to modify the focus effect, you can do that in the CSS of the Menu component:
https://codyhouse.co/ds/components/app/menu
I'm closing this discussion. If you have problems with the component, you can open an issue on the component folder:
https://github.com/CodyHouse/cd-interactive-table-changelog/issues
Thanks