| | |
| | | autofocus |
| | | autocomplete="off" |
| | | ng-model="vm.form.name" |
| | | input-regex="[^a-zA-Z0-9 가-힣ㄱ-ㅎㅏ-ㅣ\u318D\u119E\u11A2\u2022\u2025a\u00B7\uFE55]" |
| | | input-regex="/[^?a-zA-Z0-9/]/" |
| | | maxlength="20" |
| | | kr-input |
| | | ng-maxlength="20" |
| | |
| | | <small ng-show="workflowAddForm.name.$error.maxlength" class="help-block form-text text-danger"> |
| | | <span translate="common.upTo20Characters">최대 20글자까지 입력할 수 있습니다.</span> |
| | | </small> |
| | | <small translate="managementWorkflow.limitNameToSpecialCharacters">워크플로우 명은 특수 문자를 입력할 수 없습니다.</small> |
| | | <!--<small translate="managementWorkflow.limitNameToSpecialCharacters">워크플로우 명은 특수 문자를 입력할 수 없습니다.</small>--> |
| | | </div> |
| | | </div> |
| | | </div> |