FIX: select single choice as default when building a poll
This commit is contained in:
parent
647cf7545d
commit
b295c03001
|
@ -4,6 +4,7 @@
|
||||||
<label class="input-group-label">{{i18n 'poll.ui_builder.poll_type.label'}}</label>
|
<label class="input-group-label">{{i18n 'poll.ui_builder.poll_type.label'}}</label>
|
||||||
{{combo-box content=pollTypes
|
{{combo-box content=pollTypes
|
||||||
value=pollType
|
value=pollType
|
||||||
|
allowInitialValueMutation=true
|
||||||
valueAttribute="value"}}
|
valueAttribute="value"}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue