We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3b8bd commit b8e1608Copy full SHA for b8e1608
src/module/component/mat-google-maps-autocomplete.component.ts
@@ -26,7 +26,19 @@ export class MatGoogleMapsAutocompleteComponent implements OnInit {
26
27
@ViewChild('search')
28
public searchElementRef: ElementRef;
29
-
+
30
+ @Input()
31
+ addressLabelText: string = 'Address';
32
33
34
+ placeholderText: string = 'Please enter the address';
35
36
37
+ requiredErrorText: string = 'The address is <strong>required</strong>';
38
39
40
+ invalidErrorText: string = 'The address is <strong>not valid</strong>';
41
42
@Input()
43
appearance: string | Appearance = Appearance.STANDARD;
44
0 commit comments