Published
- 1 min read
bootstrap 5 select with label
The solution for this is noted below
bootstrap 5 select with label
Solution
<label class="form-label">Label</label>
<select class="form-select" required="true" aria-required="true">
<option value="active">Active</option>
<option value="no access">No access</option>
</select>
Try other methods by searching on the site. That is if this doesn’t work