Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0c7a6570
authored
Apr 03, 2019
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow boolean values in select input
1 parent
b5f919e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
resources/js/Shared/SelectInput.vue
resources/js/Shared/SelectInput.vue
View file @
0c7a657
...
...
@@ -18,7 +18,7 @@ export default {
return
`select-input-
${
this
.
_uid
}
`
},
},
value
:
[
String
,
Number
],
value
:
[
String
,
Number
,
Boolean
],
label
:
String
,
error
:
String
,
},
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment