Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Mar 15, 2024
1 parent 11c28ff commit cf30693
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
ng-model="field.value"
ng-click="$event.stopPropagation()"
ng-keydown="$event.stopPropagation()"
minlength={{field.min}}
maxlength={{field.max}}
/>
<div
class="write-in-help"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
color: black;
height: unset;
background-color: inherit;

&:invalid {
border-color: @error-primary-color;
}
}

.write-in-extra-field-input.form-control[readonly] {
Expand Down

0 comments on commit cf30693

Please sign in to comment.