MCPcopy Index your code
hub / github.com/dataease/SQLBot / render

Method render

frontend/public/swagger-ui-bundle.js:70019–70034  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70017 this.setState({ value: stringify(s.value) }),
70018 !s.value && s.defaultValue && this.state.value && this.applyDefaultValue(s))
70019 }
70020 render() {
70021 let { getComponent: s, errors: o } = this.props,
70022 { value: i } = this.state,
70023 a = o.size > 0
70024 const u = s('TextArea')
70025 return Re.createElement(
70026 'div',
70027 { className: 'body-param' },
70028 Re.createElement(u, {
70029 className: Jn()('body-param__text', { invalid: a }),
70030 title: o.size ? o.join(', ') : '',
70031 value: i,
70032 onChange: this.onDomChange,
70033 })
70034 )
70035 }
70036 }
70037 class HttpAuth extends Re.Component {

Callers

nothing calls this directly

Calls 2

sFunction · 0.50
JnFunction · 0.50

Tested by

no test coverage detected