Gbuomprisco / ngx-chips

Tag Input component for Angular
MIT License
899 stars 361 forks source link

Theme not applying to dropdown. #1047

Open vendelieu opened 1 year ago

vendelieu commented 1 year ago

PLEASE MAKE SURE THAT:

I'm submitting a ... (check one with "x")

[x ] bug report => search github for a similar issue or PR before submitting
[ ] support request/question

Notice: feature requests will be ignored, submit a PR if you'd like

Current behavior Even after setting theme dropdown component not changes its skin.

Expected behavior to work consistent :)

Minimal reproduction of the problem with instructions (if applicable)

        <tag-input [ngModel]='post.tags' displayBy='name' (onAdd)='onTagAdd($event)'
                   [theme]="isDark ? 'dark' : ''"
                   (onRemove)='onTagRemove($event)'
                   [allowDupes]="true"
                   [ngModelOptions]='{standalone: true}'>
          <tag-input-dropdown [autocompleteObservable]='requestAutocompleteItems' displayBy='name'></tag-input-dropdown>
      </tag-input>

image

What do you use to build your app?. Please specify the version angular

Angular version: 14.2.11

ngx-chips version: ^3.0.0

Browser: [all]