Added additional sentence to custom args hint and fixed issue where empty args could be added through the args modifier

This commit is contained in:
Tzahi12345
2020-05-06 02:38:39 -04:00
parent cc47823b0c
commit d4ad1f9fce
4 changed files with 8 additions and 3 deletions

View File

@@ -116,7 +116,7 @@
<input [(ngModel)]="customArgs" [ngModelOptions]="{standalone: true}" [disabled]="!customArgsEnabled" matInput placeholder="Custom args" i18n-placeholder="Custom args placeholder">
<mat-hint>
<ng-container i18n="Custom Args input hint">
No need to include URL, just everything after.
No need to include URL, just everything after. Args are delimited using two commas like so: ,,
</ng-container>
</mat-hint>
</mat-form-field>