Skip to content

Commit 1ca0dcf

Browse files
xndyzdfmcphee
authored andcommitted
TextField focus changelog
1 parent 1aa74cc commit 1ca0dcf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Added `fullWidth` prop to layout section ([#743](https://github.com/Shopify/polaris-react/pull/743/))
1111
* Added `indeterminate` as option for checkbox `checked` prop value ([#748](https://github.com/Shopify/polaris-react/pull/748))
1212
* Added `singleColumn` prop to page ([#763](https://github.com/Shopify/polaris-react/pull/763))
13+
* Added `focused` prop to text field [813](https://github.com/Shopify/polaris-react/pull/813)
1314

1415
### Bug fixes
1516
* Fixed positioned overlay not responding to scrollable container events

src/components/TextField/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ You didn’t enter a store name.
162162
| disabled | boolean | Disable the input |
163163
| readOnly | boolean | Disable editing of the input |
164164
| autoFocus | boolean | Automatically focus the input |
165+
| focused | boolean | Force the focus state on the input |
165166
| multiline | boolean or number | Allow for multiple lines of input |
166167
| error | boolean or string | Error to display beneath the label |
167168
| connectedRight | React.ReactNode | An element connected to the right of the input |

0 commit comments

Comments
 (0)