Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/adobe/react-spectrum
/ getTrigger
Method
getTrigger
packages/@react-aria/test-utils/src/select.ts:254–256 ·
view source on GitHub ↗
* Returns the select's trigger.
()
Source
from the content-addressed store, hash-verified
252
* Returns the select's trigger.
253
*/
254
getTrigger(): HTMLElement {
255
return
this._trigger;
256
}
257
258
/**
259
* Returns the select's listbox
if
present.
Callers
3
open
Method · 0.95
toggleOptionSelection
Method · 0.95
getListbox
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected