Skip to content

CoreUI Pro form controls not taking width of c-input-group #226

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
bernik1980 opened this issue May 21, 2025 · 0 comments
Open

CoreUI Pro form controls not taking width of c-input-group #226

bernik1980 opened this issue May 21, 2025 · 0 comments

Comments

@bernik1980
Copy link

These controls do not take the width of the input group, like standard controls do.

Confirmed for the following controls, but may be true for other form controls too:

  • c-date-picker
  • c-time-picker
  • c-multi-select
  • cFormPassword

I can fix this by adding the following block to my custom stylesheet, which i copied from the standard input-control:

.form-password, c-date-picker, c-time-picker, c-multi-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

But i think, CoreUI stylesheet should handle that.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant