Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme not applying to dropdown. #1047

Open
vendelieu opened this issue Jun 13, 2023 · 0 comments
Open

Theme not applying to dropdown. #1047

vendelieu opened this issue Jun 13, 2023 · 0 comments

Comments

@vendelieu
Copy link

PLEASE MAKE SURE THAT:

  • you searched similar issues online (9/10 issues in this repo are solved by googling, so please...do it)
  • you provide an online demo I can see without having to replicate your environment
  • you help me by debugging your issue, and if you can't, do go on filling out this form

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant