Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Bootstrapping the DropdownWithAllComponent #625

Description

@FutzMonitor

Current Design

Currently the DropdownWithAllComponent is using the basic HTML select element. For information on the basics of this element, developers are welcomed to check out W3School page on the element [here]. An image is provided demonstrating what this looks like in the project.

image
The dropdown has the basic HTML look.

image
The dropdown appearance when opened

Potential Design

The project is making use of Bootstrap version 3.3.7 [doc] which has a dropdown component available for use. The revised BannerComponent is making use of the alert component available via Bootstrap. Would it be worthwhile to pursue the same bootstrapping of other components within the project? Bootstrapping the DropdownWithAllComponent should be a relatively straightforward process, and it should have practically the same functionality. The final product should look just like the example dropdown box available on the documentation page.

image
Dropdown component available via Bootstrap 3.3.7.

Metadata

Metadata

Assignees

Labels

UI/UXUser Interface / User Experience ImprovementenhancementImprovement to the project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions