Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 4d068d53 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Set max length limitation on subresource dialog

parent 828b3033
No related branches found
No related tags found
No related merge requests found
......@@ -20,13 +20,13 @@
<mat-label>Subresource identifier</mat-label>
<input id="identifierValue_id" type="text" matInput #identifierValue
formControlName="identifierValue"
required auto-focus-directive>
auto-focus-directive maxlength="500" required>
</mat-form-field>
<mat-form-field style="width: 100%">
<mat-label>Subresource scheme</mat-label>
<input id="identifierScheme_id" type="text" matInput
formControlName="identifierScheme"
formControlName="identifierScheme" maxlength="500"
>
</mat-form-field>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment