This repository was archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Allow option to provide classes for select input #169
Labels
Comments
+1 |
1 similar comment
+1 |
+1 |
2 similar comments
+1 |
+1 |
If I wanted all of my ui-selects to use input-sm, is that possible through a css overriding? |
+1 |
1 similar comment
+1 |
Any news on this enhancement? |
This won't be an easy fix since and maybe we should resolve #186 first |
Any news on this one? |
+1 |
1 similar comment
+1 |
if you're using a pre-processor you can use the mixin:
on .ui-select-toggle etc (this may be specific to BS4, there's probably a BS3 version) |
+1 |
any news on this? I want to use btn-sm ! :( |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
A bit late to the party, but it seems that wrapping the |
+1 |
2 similar comments
+1 |
+1 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, we are able to pass a class attribute to the ui-select-match element directive and it will get included on the button. There is not, however, functionality to allow for the same on an input.
The use case for this is using input-sm and btn-sm on the bootstrap ui-select.
The text was updated successfully, but these errors were encountered: