Skip to content

fix: use correct Bootstrap 5 class for select element#146

Open
eduardIns wants to merge 1 commit into
formio:mainfrom
eduardIns:multiple-musk-input-bs5-fix
Open

fix: use correct Bootstrap 5 class for select element#146
eduardIns wants to merge 1 commit into
formio:mainfrom
eduardIns:multiple-musk-input-bs5-fix

Conversation

@eduardIns
Copy link
Copy Markdown

Summary

This PR fixes an incorrect Bootstrap 5 class used on a <select> element.

The form-control class was applied to a <select>, but in Bootstrap 5 the correct class for select elements is form-select. Using form-select ensures proper styling and behavior according to Bootstrap conventions.
https://getbootstrap.com/docs/5.0/forms/select/

Changes

  • Replaced form-control with form-select for the affected <select> element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant