MCPcopy Create free account
hub / github.com/shoutem/ui / close

Method close

components/DropDownMenu/DropDownMenu.js:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 close() {
46 this.setState({ collapsed: false });
47 }
48
49 renderSelectedOption() {
50 const { iconName, showSelectedOption, style, titleProperty } = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected