Closed brandongregoryscott closed 2 years ago
Name | Link |
---|---|
Latest commit | 02a0611ef9fc4913090b2286a3970218f4bda4b1 |
Latest deploy log | https://app.netlify.com/sites/evergreen-storybook/deploys/62532420d30bb60009f401ff |
Deploy Preview | https://deploy-preview-1435--evergreen-storybook.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Overview
Fixes #1434
Updates the
ref
in<Select />
to be passed to the<Box is="select" />
vs the wrapping<Box />
that's used for styling. To test this, I created an object in the shape of a standardref
and ensure it is the correctHTMLElement
instance. The current tests that we have for forwarding refs are fine for ensuring the refs go somewhere, but can't test what the ref goes to without updating the shape of the object.Screenshots (if applicable)
Documentation