Add placeholder for regex field in create event control
This commit is contained in:
parent
03d4445a02
commit
9140b0e41d
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
|
||||
<!-- Regular expression -->
|
||||
<input type="text" class="form-control" ng-model="currentConfig[field.name]" ng-switch-when="regex"
|
||||
placeholder="{{ field.placeholder || '' }}"
|
||||
ng-required="!field.optional">
|
||||
|
||||
<!-- Value description -->
|
||||
|
|
Reference in a new issue