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