Project

General

Profile

« Previous | Next » 

Revision 60937

fixed comments bug on interfaces

View differences:

datasource-new-interface-form.component.html
140 140

  
141 141
      <div class="uk-margin-medium-top">
142 142
        <label class="" for="comment" title="{{ commentDesc.desc }}">Comments (What else do we need to know?)</label>
143
        <textarea id="comment" class="uk-textarea" rows="3" formControlName="comment"></textarea>
143
        <textarea id="comment" class="uk-textarea" rows="3" formControlName="comment" (blur)="checkIfValid()"></textarea>
144 144
      </div>
145 145

  
146 146
    </div>

Also available in: Unified diff