Revert "[Time Conductor] Validate numeric date-time fields"
This reverts commit 07c407edea.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<input type="text"
|
||||
ng-model="textValue"
|
||||
ng-blur="restoreTextValue(); ngBlur()"
|
||||
ng-class="{ error: textInvalid, test: valueInvalid }">
|
||||
ng-class="{ error: textInvalid }">
|
||||
</input>
|
||||
<a class="ui-symbol icon icon-calendar"
|
||||
ng-if="structure.format === 'utc' || !structure.format"
|
||||
|
||||
Reference in New Issue
Block a user