pbauerochse / searchable-option-list

a jquery plugin for a searchable optionlist
MIT License
79 stars 54 forks source link

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

Open puneet24 opened 8 years ago

puneet24 commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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 https://github.com/pbauerochse/searchable-option-list/issues/26#issuecomment-191708711 .