Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-component/select
/ constructor
Method
constructor
docs/examples/update-option.tsx:13–17 ·
view source on GitHub ↗
(props)
Source
from the content-addressed store, hash-verified
11
count: number;
12
13
constructor(props) {
14
super(props);
15
16
this.count = 0;
17
}
18
19
state = {
20
label:
'Lucy'
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected