MCPcopy Create free account
hub / github.com/parse-community/parse-dashboard /

Class

src/components/TextInput/TextInput.react.js:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { withForwardedRef } from 'lib/withForwardedRef';
12
13class TextInput extends React.Component {
14 componentDidUpdate(props) {
15 if (props.multiline !== this.props.multiline) {
16 const node = props.forwardedRef.current;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected