I found a defaultValue prop that is used when the input is blank ` <RIEInput value={this.props.text} change={this.props.handleChange} propName='title' defaultValue='click me' />` Can we document this on the readme file?