diff --git a/src/question.js b/src/question.js index 5bd2d426..45954352 100644 --- a/src/question.js +++ b/src/question.js @@ -156,7 +156,7 @@ Question.defaultProps = { value : undefined, input : { default : undefined, - type : 'TextInput', + type : 'textInput', limit : undefined, placeholder : undefined }, @@ -169,4 +169,4 @@ Question.defaultProps = { renderError : undefined }; -module.exports = Question; \ No newline at end of file +module.exports = Question;