QuestionInput provides an input field for submitting new questions.
This component includes:
Keyboard Support:
<QuestionInput onSubmit={(content, anonymous) => { postQuestion(content, anonymous); }} labels={labels} icons={icons} colors={colors} styles={styles} allowAnonymous={true}/> Copy
<QuestionInput onSubmit={(content, anonymous) => { postQuestion(content, anonymous); }} labels={labels} icons={icons} colors={colors} styles={styles} allowAnonymous={true}/>
QuestionInput provides an input field for submitting new questions.