example: turn off autocorrect
This commit is contained in:
@@ -41,6 +41,7 @@ class LKTextField extends StatelessWidget {
|
|||||||
hintText: '',
|
hintText: '',
|
||||||
),
|
),
|
||||||
keyboardType: TextInputType.url,
|
keyboardType: TextInputType.url,
|
||||||
|
autocorrect: false,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user