Very good question. I don’t know the answer, but here’s an idea…
The Select component does not have a class parameter, but it does render
informal parameters. So if you specify class=“selectpicker” then I’d expect it
will be rendered with class=“selectpicker”. By default it renders the "select"
Hi,
how can i get control of the option elements within a t:select?
I want to provide a unique data-icon property for each option.
t:model="literal:fa-globe=Globe,fa-flask=Flask,fa-user-tie=User-tie">
will render:
Globe
Flask
User-tie
i need something like
Globe