mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1039: #2619 Customer Searchbox Placeholder Wording and Resizing
#2619 Customer Searchbox Placeholder Wording and Resizing
This commit is contained in:
committed by
Andreas Schickinger
parent
cf3e5ce9a3
commit
02abf0852e
@@ -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
|
||||
|
||||
@@ -33,3 +33,7 @@ ui-searchbox {
|
||||
.spin {
|
||||
@apply animate-spin;
|
||||
}
|
||||
|
||||
::ng-deep page-customer-searchbox ui-searchbox input::placeholder {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user