Skip to content
Snippets Groups Projects
Commit 6277633a authored by Konstantin Schulz's avatar Konstantin Schulz
Browse files

fix number input event

parent 5c5f026d
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@
<br>{{'VOCABULARY_REFERENCE_RANGE_END' | translate}}</h6>
<ng-template #hasFrequencyOrder>
<input type="number" [(ngModel)]="vocService.frequencyUpperBound"
name="frequencyUpperBound" (change)="hasVocChanged = true"/>
name="frequencyUpperBound" (input)="hasVocChanged = true"/>
</ng-template>
</label>
</ion-col>
......
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