=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html 2015-10-07 15:13:26 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html 2015-10-08 07:53:00 +0000 @@ -30,9 +30,9 @@ d2-date-validator max-date="attribute.allowFutureDate ? '' : 0" ng-model="selectedTei[attribute.id]" - ng-model-options="{ updateOn: 'blur' }" + ng-model-options="{ updateOn: 'blur', allowInvalid: true }" d2-attribute-validator - attribute-data="attribute" + attribute-data="attribute" selected-program="selectedProgram.id" ng-disabled="editingDisabled" blur-or-change="teiValueUpdated(selectedTei, attribute.id)" ng-required="attribute.mandatory || attribute.unique"/> @@ -42,9 +42,9 @@ name="foo" class="form-control" ng-model="selectedTei[attribute.id]" - ng-model-options="{ updateOn: 'blur' }" + ng-model-options="{ updateOn: 'blur', allowInvalid: true }" d2-attribute-validator - attribute-data="attribute" + attribute-data="attribute" selected-program="selectedProgram.id" ng-disabled="editingDisabled" ng-change="teiValueUpdated(selectedTei, attribute.id)" ng-required="attribute.mandatory || attribute.unique"/> @@ -52,9 +52,9 @@