Info question object initial value
This commit is contained in:
@@ -52,6 +52,7 @@ class OptionsWidget extends React.Component<OptionsWidgetProps, OptionsWidgetSta
|
||||
return <input
|
||||
type="text"
|
||||
placeholder="Write something informative"
|
||||
value={questions[index].options}
|
||||
onChange={this.handleTextOptionsChange(questions, index)} />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user