Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Accept Date as value in Action Input
Signed-off-by: Gary Kim <[email protected]>
  • Loading branch information
gary-kim committed Apr 24, 2020
commit 4592bfd28a34100ed903761741a453c3fe8f26d2
2 changes: 1 addition & 1 deletion src/components/ActionInput/ActionInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default {
* value attribute of the input field
*/
value: {
type: String,
type: [String, Date, Number],
default: '',
},
/**
Expand Down