Optional options in UI property control become dropdown
This commit is contained in:
parent
89c5ea6886
commit
ae81520494
4 changed files with 37 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
:label="propertyData.label"
|
||||
:read-back="propertyData.read_back"
|
||||
:read-back-delay="propertyData.read_back_delay"
|
||||
:options="propertyData.options"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue