FEATURE: improves select-box to support category selection on new topic

This commit is contained in:
Joffrey JAFFEUX
2017-08-23 15:08:19 +02:00
committed by GitHub
parent 7c15b27a90
commit 7b4e302677
18 changed files with 439 additions and 173 deletions

View File

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