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

Input With Auto Complete without styles #12910

Open
joseserrano15 opened this issue Jan 8, 2025 · 0 comments
Open

Input With Auto Complete without styles #12910

joseserrano15 opened this issue Jan 8, 2025 · 0 comments

Comments

@joseserrano15
Copy link

Hello,

I'm using the Platform's Autocomplete Entry feature and for some reason, it's not taking the styles. I've compared it with other projects where I also use it (and it does work) and everything seems to be the same. What could be happening?

  • "@fundamental-ngx/btp": "0.50.3",
  • "@fundamental-ngx/cdk": "0.50.3",
  • "@fundamental-ngx/core": "0.50.3",
  • "@fundamental-ngx/i18n": "0.50.3",
  • "@fundamental-ngx/platform": "0.50.3",
  • "@sap-theming/theming-base-content": "11.17.1",
  • "fundamental-styles": "0.37.1"

<fd-popover class="fd-popover" [triggers]="[]" [isOpen]="open" #typeahead> <fd-popover-control> <fdp-input type="text" id="input-employee-boss" name="autoCompletTextInput" formControlName="employeeBoss" (input)="onSearchChange()"> </fdp-input> </fd-popover-control> <fd-popover-body> <nav class="fd-menu"> <ul fd-menu-list class="fd-menu__list"> @for (option of optionsAD; track option) { <li fd-menu-list-item class="fd-menu__item" (click)="onItemClick(option)"> <span class="fd-menu__link"> {{ option.name }} </span> </li> } </ul> </nav> </fd-popover-body> </fd-popover>

Image

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