Skip to main content
formatted text to code
Source Link
AGE
  • 3.8k
  • 3
  • 41
  • 62

Read almost all the answer but didnt see a getRenderedComponent().props.inputgetRenderedComponent().props.input

setSet your text input refs

this.refs.username.getRenderedComponent().props.input.onChange('');this.refs.username.getRenderedComponent().props.input.onChange('');

Read almost all the answer but didnt see a getRenderedComponent().props.input

set your text input refs

this.refs.username.getRenderedComponent().props.input.onChange('');

Read almost all the answer but didnt see a getRenderedComponent().props.input

Set your text input refs

this.refs.username.getRenderedComponent().props.input.onChange('');

Source Link

Read almost all the answer but didnt see a getRenderedComponent().props.input

set your text input refs

this.refs.username.getRenderedComponent().props.input.onChange('');