classTextInput-forwardRef

PHOTO EMBED

Thu May 11 2023 05:04:12 GMT+0000 (Coordinated Universal Time)

Saved by @Kolosafo ##react ##reactjs ##javascript ##forwardref

import React from "react";
class TextInput extends React.Component {
  render() {
    return <input type="text" ref={this.props.inputRef} />;
  }
}
content_copyCOPY