MCPcopy Create free account
hub / github.com/react-component/select / render

Method render

tests/Select.test.tsx:900–906  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

898 };
899
900 public render() {
901 return (
902 <Select open={this.state.open} onDropdownVisibleChange={this.onDropdownVisibleChange}>
903 <Option value="1">1</Option>
904 </Select>
905 );
906 }
907 }
908 const { container } = render(<Controlled />);
909 expectOpen(container);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected