Expand BooleanField's default_values for stepthrough test
This commit is contained in:
@@ -7,7 +7,6 @@ export default {
|
||||
|
||||
methods: {
|
||||
onInput: function (e) {
|
||||
console.log(e)
|
||||
this.$root.$emit('field-change', {
|
||||
value: e.target.checked,
|
||||
name: this.name
|
||||
|
Reference in New Issue
Block a user