Add multi choice list support and fix single choice list

single choice list now
- uses raw radio input instead of the one from ODS because it's broken
- implements default value selection if no value is set
This commit is contained in:
Benedikt Kulmann
2020-04-23 19:49:40 +02:00
parent 48f79ad03f
commit ac67fee09a
11 changed files with 210 additions and 80 deletions
@@ -8,6 +8,10 @@
export default {
name: 'SettingBoolean',
props: {
bundle: {
type: Object,
required: true
},
setting: {
type: Object,
required: true