Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

show-selection-container is not Customizable [ Feature Request ] #26

Open
puneet24 opened this issue Feb 16, 2016 · 2 comments
Open

show-selection-container is not Customizable [ Feature Request ] #26

puneet24 opened this issue Feb 16, 2016 · 2 comments

Comments

@puneet24
Copy link

There should be option for customizing the show-selection-container, the only customization which I have seen is to show selected items below search placeholder or above that. But there should be option either to hide that 'show-selection-container' part or to change the css completely.

@pbauerochse
Copy link
Owner

Hi @puneet24 ,

to hide the selection container you may simply use CSS:

.sol-selection-container {
   display: none;
}

All SOL elements have CSS classes defined which allow you to customize them to your needs. Or am I missing your point? Please let me know which concrete customizations you need.

Cheers

Patrick

@puneet24
Copy link
Author

puneet24 commented Mar 3, 2016

Simply hiding that part is not good solution, it is not cost effective

There should be options kind of parameter in sol object for this type of
configuration and apart from that it should take more parameters for
customizing the complete css of select Box
On Mar 3, 2016 4:33 PM, "pbauerochse" notifications@github.com wrote:

Hi @puneet24 https://github.com/puneet24 ,

to hide the selection container you may simply use CSS:

.sol-selection-container {
display: none;
}

All SOL elements have CSS classes defined which allow you to customize
them to your needs. Or am I missing your point? Please let me know which
concrete customizations you need.

Cheers

Patrick


Reply to this email directly or view it on GitHub
#26 (comment)
.

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

No branches or pull requests

2 participants