File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
bundles/org.openhab.ui/web/src/pages/analyzer Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3838 <f7-block class =" no-margin no-padding" v-show =" controlsTab === 'series'" >
3939 <f7-row >
4040 <f7-col :width =" 100" />
41- <f7-col :width =" 100" v-if =" showChart" >
41+ <!-- use v-show instead of v-if to keep the item-picker props valid while selecting Items and avoid TypeErrors -->
42+ <f7-col :width =" 100" v-show =" showChart" >
4243 <div class =" card data-table" >
4344 <div class =" card-header no-padding" style =" min-height : auto " >
4445 <f7-list style =" width : 100% " >
4546 <item-picker :key =" itemsPickerKey" title =" Items" name =" items-to-analyze" :value =" itemNames" @input =" updateItems" :multiple =" true" />
4647 </f7-list >
4748 <!-- <div class="data-table-title">Options</div> -->
4849 </div >
49- <div class =" card-content" >
50+ <div v-if = " showChart " class =" card-content" >
5051 <table >
5152 <thead >
5253 <tr >
You can’t perform that action at this time.
0 commit comments