span(ref="divFormProps")
div
span.select-group-toggle(@click='toggleShow') {{ isShowGroup ? '<< Hide' : '>> All attributes' }}
span.select-group-item( v-show="isShowGroup", v-for="(item, key) in items", v-if="item.propertyValue", :style="{ 'margin-right': itemMarginRight }")
label.select-group-label(:style="{ width: samePropsLabelWidth, 'padding-right': labelPaddingRight }") {{`${item.propertyName}:`}}
oc-select.w150(:items="item.propertyValue", :name="(formPropertiesPrefix || '') + key + '_in'", :isAll="true", :isShowFilter="isShowFilter", multiple)