select-box minor fixes

This commit is contained in:
Joffrey JAFFEUX
2017-08-25 19:56:57 +02:00
committed by GitHub
parent 075cc1a8bb
commit 14f06c2740
10 changed files with 188 additions and 173 deletions

View File

@@ -72,7 +72,7 @@
{{#if model.showCategoryChooser}}
<div class="category-input">
{{category-select-box valueAttribute="id" value=model.categoryId scopedCategoryId=scopedCategoryId tabindex="3"}}
{{category-select-box value=model.categoryId scopedCategoryId=scopedCategoryId tabindex="3"}}
{{popup-input-tip validation=categoryValidation}}
</div>
{{#if model.archetype.hasOptions}}