Commit 0c7a6570 by Jonathan Reinink

Allow boolean values in select input

1 parent b5f919e8
Showing with 1 additions and 1 deletions
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
return `select-input-${this._uid}` return `select-input-${this._uid}`
}, },
}, },
value: [String, Number], value: [String, Number, Boolean],
label: String, label: String,
error: String, error: String,
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!