Commit 69478ca2 authored by davelopez's avatar davelopez
Browse files

Remove `text` as default type for Form input elements

Otherwise when the input defines `options` they won't be rendered as a select and will be forced to a regular text field
parent f5c511be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ export default {
        },
        type: {
            type: String,
            default: "text",
            default: "",
        },
        value: {
            default: null,