Use `innerRef={(c) => { this.myInput = c; }}` on your HOC to access the internal element
|
||
|---|---|---|
| .. | ||
| TestInput.js | ||
| TestInputHoc.js | ||
| immediate.js | ||
Use `innerRef={(c) => { this.myInput = c; }}` on your HOC to access the internal element
|
||
|---|---|---|
| .. | ||
| TestInput.js | ||
| TestInputHoc.js | ||
| immediate.js | ||