Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

dropdown is not scroll with selection using keyboardΒ #39

@chiragsatapara

Description

@chiragsatapara

I add below css into the code and put a scroll bar. when i select using a keyboard and on down , when i read to the next element but scrollbar is not automatic down , i have to down using mouse then i can see the selected option in to the dropdown. see screenshot.

.dropdown {
  position: absolute;
  top: 100%;
  min-width: 150px;
  right: 0;
  max-height: 300px;
  overflow: auto; 
  background: lightblue;
  list-style: none;
  padding: 0;
  margin: 0; }

1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions