]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/share/marc-edit/flat-editor.component.html
LP1852782 MARC editor prevent navigation with changes
[working/Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / share / marc-edit / flat-editor.component.html
1
2 <div *ngIf="record">
3   <textarea class="form-control flat-editor-content" 
4     (change)="textChanged()"
5     (blur)="record.absorbBreakerChanges()"
6     [(ngModel)]="record.breakerText" rows="{{rowCount()}}" spellcheck="false">
7   </textarea>
8 </div>