Merged PR 1039: #2619 Customer Searchbox Placeholder Wording and Resizing

#2619 Customer Searchbox Placeholder Wording and Resizing
This commit is contained in:
Nino Righi
2022-02-07 14:58:57 +00:00
committed by Andreas Schickinger
parent cf3e5ce9a3
commit 02abf0852e
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
[formControl]="queryControl"
type="text"
uiSearchboxInput
placeholder="Name, E-Mail, Kundenkartennummer, ..."
placeholder="E-Mail, Kundenkartennummer, Mobilnummer, ..."
(inputChange)="search.inputChange$.next($event)"
(keydown.enter)="startSearch(); autocomplete.close()"
autofocus

View File

@@ -33,3 +33,7 @@ ui-searchbox {
.spin {
@apply animate-spin;
}
::ng-deep page-customer-searchbox ui-searchbox input::placeholder {
font-size: 16px;
}