You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the input-group documentation, I was assuming my custom-select would automatically render the same as a small custom select if I added the input-group-sm class. It does not appear to be the case. Is this intentional?
The text was updated successfully, but these errors were encountered:
@herbalite That changes how the custom select renders, and really shouldn't be necessary. I get the sizing I was looking for by adding custom-select-sm, but the point is that the docs don't reflect what (I assume) was intended to happen.
Operating system and version
Windows 10 Pro
Browser and version
Chrome 70.0.3538.110 (64bit), Firefox 63.0.3 (64bit), IE11, MS Edge
Code to reproduce
Bootply (using 4.1.3):
https://www.bootply.com/iOZaCYxDfA
Code:
From the input-group documentation, I was assuming my custom-select would automatically render the same as a small custom select if I added the
input-group-sm
class. It does not appear to be the case. Is this intentional?The text was updated successfully, but these errors were encountered: