Update custom.js.es6
Dieser Commit ist enthalten in:
Ursprung
8a4b4413b9
Commit
ab1763545b
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
|
@ -252,6 +252,9 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
const val = this.get('value');
|
const val = this.get('value');
|
||||||
const type = this.get('type');
|
const type = this.get('type');
|
||||||
|
|
||||||
|
console.log(val, type)
|
||||||
|
|
||||||
if (type === 'checkbox') {
|
if (type === 'checkbox') {
|
||||||
valid = val;
|
valid = val;
|
||||||
} else if (type === 'category') {
|
} else if (type === 'category') {
|
||||||
|
|
Laden …
In neuem Issue referenzieren