Fix docs on imperative focus

Fix #1916
This commit is contained in:
Nicolas Gallagher
2021-03-29 12:36:10 -07:00
parent 833d55bae4
commit 92f577ea26
@@ -244,7 +244,7 @@ The `focusable` prop determines whether a component is user-focusable and appear
```
:::callout
**Did you know?** Any element (including elements not in the keybaord tab flow) can be programmatically focused from its ref: `viewRef.current.focus()`.
**Did you know?** Any element (including elements not in the keybaord tab flow) can be programmatically focused via `UIManager.focus(viewRef.current)`.
:::
### Accessible HTML