import React from 'react' import styles from './question.module.css' const overflowLength = 140 export default function Question({ question, onChange, index }) { // FIXME: focus change when input changes to textarea const possibleAnswers = question.possibleAnswers || question.data.possibleAnswers return (
{question.Q && question.Q.length > overflowLength ? (