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

feat(autocomplete): provide autocomplete hint #154

Closed
kyubisation opened this issue Sep 5, 2019 · 0 comments
Closed

feat(autocomplete): provide autocomplete hint #154

kyubisation opened this issue Sep 5, 2019 · 0 comments
Labels
comp: lean Issues related to @sbb-esta/angular lean design comp: standard Issues related to @sbb-esta/angular standard design effort1: hours help wanted Extra attention is needed prio4: low Should be done after all higher priorities are done

Comments

@kyubisation
Copy link
Collaborator

Spec

  • Selector: sbb-autocomplete-hint
  • Styling according to mock-up

Example:

<sbb-autocomplete>
  <sbb-option *ngFor="let option of [1, 2, 3]" [value]="option">{{ option }}</sbb-option>
  <sbb-autocomplete-hint>34 more results found</sbb-autocomplete-hint>
</sbb-autocomplete>
@kyubisation kyubisation added help wanted Extra attention is needed comp: lean Issues related to @sbb-esta/angular lean design comp: standard Issues related to @sbb-esta/angular standard design effort1: hours labels Sep 9, 2019
@kyubisation kyubisation added the prio4: low Should be done after all higher priorities are done label Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: lean Issues related to @sbb-esta/angular lean design comp: standard Issues related to @sbb-esta/angular standard design effort1: hours help wanted Extra attention is needed prio4: low Should be done after all higher priorities are done
Projects
None yet
Development

No branches or pull requests

1 participant