Requirement: Display the select list underneath both textboxes on key press.
CodePudding user response:
Based on the code you sent as an example, style it like this:
.dropdown-menu {
width: 200% !important;
}
.dropdown-menu#basic-example2{
right: 0 !important;
left: unset !important;
}