AuraQ / AutoCompleteForMendix

An autocomplete widget for mendix
Apache License 2.0
8 stars 31 forks source link

Limited styling options #66

Open keepitsimpler opened 3 years ago

keepitsimpler commented 3 years ago

Hi there,

maybe I wasn't able to find the proper CSS class for it but I wanted to style the dropdown itself including the font-size and everything but I couldn't find any class for that so far.

Thanks for your help.

pratleymatthew commented 3 years ago

Hi @keepitsimpler,

To add custom styling, the classes to use are ".select2-container .select2-selection--single" (see screenshot below)

image

Hope this helps you implement the styling required