fix : captcha and username input type
This commit is contained in:
@@ -101,7 +101,7 @@ class AuthPage extends GetView<AuthLogic> {
|
||||
maxLength: 11,
|
||||
maxLines: 1,
|
||||
controller: phoneController.value,
|
||||
keyboardType: TextInputType.number,
|
||||
keyboardType: TextInputType.text,
|
||||
initText: phoneController.value.text,
|
||||
onChanged: (value) {
|
||||
phoneController.value.text = value;
|
||||
|
||||
Reference in New Issue
Block a user