()
| 33 | } |
| 34 | |
| 35 | render() { |
| 36 | const { forID, value, onChange, classNameWrapper, setActiveStyle, setInactiveStyle } = |
| 37 | this.props; |
| 38 | |
| 39 | return ( |
| 40 | <Textarea |
| 41 | id={forID} |
| 42 | value={value || ''} |
| 43 | className={classNameWrapper} |
| 44 | onFocus={setActiveStyle} |
| 45 | onBlur={setInactiveStyle} |
no outgoing calls