searchable-option-list icon indicating copy to clipboard operation
searchable-option-list copied to clipboard

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

Open puneet24 opened this issue 9 years ago • 2 comments
trafficstars

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.

puneet24 avatar Feb 16 '16 07:02 puneet24

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

pbauerochse avatar Mar 03 '16 11:03 pbauerochse

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" [email protected] 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 .

puneet24 avatar Mar 03 '16 18:03 puneet24