Abhimanyu
10/21/2023, 5:55 AMTextField
causing the keyboard to open and the type of keyboard shown.Chrimaeon
10/21/2023, 8:01 AMAbhimanyu
10/21/2023, 8:11 AMkeyboardType = KeyboardType.NumberPassword,
, but I am seeing Keyboard with Text,Chrimaeon
10/21/2023, 8:14 AMAbhimanyu
10/21/2023, 8:15 AMNumberPassword
keyboard.Chrimaeon
10/21/2023, 8:16 AMAbhimanyu
10/21/2023, 8:17 AMFocusRequestor
to request focus.
Can you please share how to find which TextField
is focused?Chrimaeon
10/21/2023, 8:18 AMAbhimanyu
10/21/2023, 8:18 AMvide
10/21/2023, 11:11 AMAbhimanyu
10/21/2023, 11:15 AMZach Klippenstein (he/him) [MOD]
10/23/2023, 3:20 AMAbhimanyu
10/23/2023, 5:15 AMkeyboardController.show()
seems to fix the issue.Zach Klippenstein (he/him) [MOD]
10/23/2023, 4:30 PMshow
yourself has undefined behavior