Viewing 1 post (of 1 total)
  • Author
    Posts
  • #103912

    Using dataSource I can’t provide a class to list items.

    Then I see items in my dropbox very large 50px (more or less).

    Using <smart-list-item> I had the same problem but I created a class

    .elemento_list_item .smart-content {
    height: 20px;
    }

    and added it to the <smart-list-item>

    Now I tryed to use a <template> like

    <template id=”tempe47522256″>
    <span class=”elemento_list_item”></span>
    </template>

    and define the related property but it doesn’t work.

    How can apply styles to all items of a dropdown list ?

    Is it possible to apply style only to some items (and other not) ?

    Tks

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.