argos/dmp-frontend/src/app/library/auto-complete
Konstantina Galouni 52c7796e8e #7183: Do not query for authors (DMP invitation) until 3 letters have been typed.
1. multiple-auto-complete.component.ts:
   a. Added @Input field minLength (default 0)
   b. In method "_onInputFocus()" filter results, only if query >= minLength.
2. dmp-invitation-dialog.component.html: In <app-multiple-auto-complete>, added property [minLength]="3" (invite users to a DMP).
2021-11-22 13:36:02 +02:00
..
multiple #7183: Do not query for authors (DMP invitation) until 3 letters have been typed. 2021-11-22 13:36:02 +02:00
single In multiple and single autocomplete do not show "no results found" when user is typing | in multiple auto complete added parameter to check if "no results found" will be displayed | in multiple auto complete show full width for input & wrap title into multiple lines. 2021-11-09 14:14:19 +02:00
auto-complete-custom-validator.ts ui resrtucturing 2019-01-18 19:03:45 +02:00
auto-complete-group.ts ui resrtucturing 2019-01-18 19:03:45 +02:00
auto-complete.module.ts dmp advanced editor changed to remain at the same page when saving 2019-12-11 16:51:03 +02:00