Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Expand the select List: Bootstrap

Requirement: Display the select list underneath both textboxes on key press.

Code: https://codesandbox.io/s/cocky-field-wk3ndp?file=/src/index.js

Solved for the first text box: Width:200% did the trick
enter image description here

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Not Working for the 2nd box
enter image description here

>Solution :

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;
}

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading