This package implements flexible <input> and <textarea> which expand and
shrink to fit the content.
Installation:
npm install flexible-input
Usage:
import {FlexibleInput} from 'flexible-input';
<FlexibleInput
value={value}
onChange={onChange}
typeahead={'...'}
/>See demo.