| | |
| | | |
| | | <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" |
| | |
| | | placeholder="숫자만 입력 가능합니다." |
| | | autocomplete="off" |
| | | ng-model="vm.form.defaultValue"> |
| | | <div ng-if="customFieldAddForm.numberType.$error.pattern" class="help-block form-text text-danger" |
| | | <div ng-if="vm.form.customFieldType == 'NUMBER'" ng-if="customFieldAddForm.numberType.$error.pattern" class="help-block form-text text-danger" |
| | | translate="common.invalidNumberFormat">숫자만 입력 가능합니다. |
| | | </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> |