MCPcopy Create free account
hub / github.com/AllenFang/react-bootstrap-table / valueShortCircuit

Method valueShortCircuit

src/TableEditColumn.js:21–23  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

19 }
20
21 valueShortCircuit(value) {
22 return value === null || typeof value === 'undefined' ? '' : value;
23 }
24
25 handleKeyPress = e => {
26 if (e.keyCode === 13 || e.keyCode === 9) {

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected