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:
@@ -8,6 +8,10 @@
|
||||
export default {
|
||||
name: 'SettingBoolean',
|
||||
props: {
|
||||
bundle: {
|
||||
type: Object,
|
||||
required: true
|
||||
},
|
||||
setting: {
|
||||
type: Object,
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user