[add] TextInput support for isFocused

This commit is contained in:
Nicolas Gallagher
2016-10-27 22:31:43 -07:00
parent 9db3bd7e67
commit 2a65ca6fc0
2 changed files with 9 additions and 3 deletions

View File

@@ -157,6 +157,10 @@ Clear the text from the underlying DOM input.
Focus the underlying DOM input.
**isFocused()**
Returns `true` if the input is currently focused; `false` otherwise.
## Examples
```js