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

Method constructor

components/DropDownMenu/DropDownMenu.js:15–23  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

13
14class DropDownMenu extends PureComponent {
15 constructor(props) {
16 super(props);
17
18 autoBindReact(this);
19
20 this.state = {
21 collapsed: false,
22 };
23 }
24
25 getSelectedOption() {
26 const { options, selectedOption } = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected