Skip to content

Commit

Permalink
put answer back in input response - fixes AlecAivazis#310
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Nov 6, 2020
1 parent c1858c5 commit 60b57e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions input.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ func (i *Input) Cleanup(config *PromptConfig, val interface{}) error {
Input: *i,
ShowAnswer: true,
Config: config,
Answer: i.answer,
},
)
}

0 comments on commit 60b57e7

Please sign in to comment.