MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / changeBackdrop

Method changeBackdrop

types/reactstrap-tests.tsx:2684–2690  ·  view source on GitHub ↗
(e: React.ChangeEvent<HTMLInputElement>)

Source from the content-addressed store, hash-verified

2682 }
2683
2684 changeBackdrop(e: React.ChangeEvent<HTMLInputElement>) {
2685 let value = e.target.value;
2686 if (value !== 'static') {
2687 value = JSON.parse(value);
2688 }
2689 this.setState({ backdrop: value });
2690 }
2691
2692 render() {
2693 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected