MCPcopy Create free account
hub / github.com/decaporg/decap-cms / render

Function render

packages/decap-cms-widget-text/src/TextControl.js:35–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers 15

TestComponentFunction · 0.85
ObjectControl.jsFile · 0.85
renderer.spec.jsFile · 0.85
RouteInCollectionFunction · 0.85
App.jsFile · 0.85
renderWithReduxFunction · 0.85
Sidebar.spec.jsFile · 0.85
renderWithReduxFunction · 0.85

Calls

no outgoing calls

Tested by 6

TestComponentFunction · 0.68
renderWithReduxFunction · 0.68
renderWithReduxFunction · 0.68
renderWithReduxFunction · 0.68
setupFunction · 0.68
setupFunction · 0.68