Skip to content
Snippets Groups Projects
Commit ada3b6b2 authored by pnogal's avatar pnogal
Browse files

Hide one of the input hints on note dialog

parent 3c039fab
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,10 @@
aria-label="Note input"
placeholder="i.e. Studying abroad">
</textarea>
<mat-hint align="start">
<mat-hint align="start" fxShow fxHide.xs="true">
Note can be up to {{ MAX_LENGTH }} characters long
</mat-hint>
<mat-hint align="end" *ngIf="form.value.textarea?.length > 0">
<mat-hint align="end">
{{ form.value.textarea.length }} / {{ MAX_LENGTH }}
</mat-hint>
</mat-form-field>
......
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