MCPcopy Index your code
hub / github.com/caseywebdev/react-list / getToStringValue

Function getToStringValue

docs/index.js:4468–4481  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

4466 }
4467}
4468function getToStringValue(value) {
4469 switch (typeof value) {
4470 case "bigint":
4471 case "boolean":
4472 case "number":
4473 case "string":
4474 case "undefined":
4475 return value;
4476 case "object":
4477 return value;
4478 default:
4479 return "";
4480 }
4481}
4482function isCheckable(elem) {
4483 var type = elem.type;
4484 return (

Callers 5

updateInputFunction · 0.85
initInputFunction · 0.85
updateOptionsFunction · 0.85
updateTextareaFunction · 0.85
initTextareaFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…