File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments