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

Method toggle

types/reactstrap-tests.tsx:2903–2905  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2901 }
2902
2903 toggle() {
2904 this.setState({ open: !this.state.open });
2905 }
2906
2907 handleSelectChange(e: React.ChangeEvent<HTMLInputElement>) {
2908 const value = e.target.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected