You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Whether auto correction should be enabled when the user is entering/editing the text value.
1294
-
* @default 'off'
1294
+
* @default false
1295
1295
*/
1296
-
"autocorrect": 'on' | 'off';
1296
+
"autocorrect": boolean;
1297
1297
/**
1298
1298
* Sets the [`autofocus` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus) on the native input element. This may not be sufficient for the element to be focused on page load. See [managing focus](/docs/developing/managing-focus) for more information.
* Whether auto correction should be enabled when the user is entering/editing the text value.
6568
-
* @default 'off'
6568
+
* @default false
6569
6569
*/
6570
-
"autocorrect"?: 'on' | 'off';
6570
+
"autocorrect"?: boolean;
6571
6571
/**
6572
6572
* Sets the [`autofocus` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus) on the native input element. This may not be sufficient for the element to be focused on page load. See [managing focus](/docs/developing/managing-focus) for more information.
0 commit comments