Auto focus folder name when creating folders in document types

This commit is contained in:
Mads Rasmussen
2016-01-21 19:11:43 +01:00
parent ca5f317a90
commit 8373955bf0

View File

@@ -40,7 +40,7 @@
</div>
<umb-control-group label="Enter a folder name" hide-label="false">
<input type="text" name="folderName" ng-model="model.folderName" class="umb-textstring textstring input-block-level" required />
<input type="text" name="folderName" ng-model="model.folderName" class="umb-textstring textstring input-block-level" umb-auto-focus required />
</umb-control-group>
<button type="submit" class="btn btn-primary"><localize key="general_create">Create</localize></button>