Lines 17-23
Link Here
|
17 |
* <div class="combobox-container"> |
17 |
* <div class="combobox-container"> |
18 |
* <label for="generic-combobox" class="form-label">Choose an Option:</label> |
18 |
* <label for="generic-combobox" class="form-label">Choose an Option:</label> |
19 |
* <input type="text" id="generic-combobox" class="form-control" placeholder="Select or type an option" /> |
19 |
* <input type="text" id="generic-combobox" class="form-control" placeholder="Select or type an option" /> |
20 |
* <ul id="generic-list" class="dropdown-menu position-fixed" style="max-height: 200px; overflow-y: auto; max-width: fit-content;"> |
20 |
* <ul id="generic-list" class="dropdown-menu position-fixed"> |
21 |
* <li> |
21 |
* <li> |
22 |
* <button type="button" class="dropdown-item" data-id="1">Option 1</button> |
22 |
* <button type="button" class="dropdown-item" data-id="1">Option 1</button> |
23 |
* </li> |
23 |
* </li> |
24 |
- |
|
|