| | |
| | | |
| | | <div class="form-group"> |
| | | <label for="customFieldAddForm3"><span translate="customField.defaultValue">기본값</span> </label> |
| | | <input ng-show="vm.form.customFieldType == 'INPUT' || vm.form.customFieldType == 'SINGLE_SELECT' || vm.form.customFieldType == 'MULTI_SELECT'" |
| | | <input ng-if="vm.form.customFieldType == 'INPUT' || vm.form.customFieldType == 'SINGLE_SELECT' || vm.form.customFieldType == 'MULTI_SELECT'" |
| | | id="customFieldAddForm3" |
| | | type="text" |
| | | name="defaultValue" |
| | |
| | | ng-model="vm.form.defaultValue" |
| | | modal-form-auto-scroll |
| | | range-type="singleDate" |
| | | date-range-picker> |
| | | date-range-picker |
| | | autocomplete="off"> |
| | | <div class="row"> |
| | | <div class="col-xs-12"> |
| | | <div id="createdWidget" class="bootstrap-datepicker "></div> |
| | |
| | | placeholder="연락처 형식만 입력 가능합니다." |
| | | autocomplete="off" |
| | | ng-model="vm.form.defaultValue"> |
| | | |
| | | <div ng-if="customFieldAddForm.tel.$error.pattern" class="help-block form-text text-danger" |
| | | translate="common.invalidTelFormat">전화번호 형식이 맞지 않습니다. |
| | | </div> |