We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug useNativeKeyboard = false is not triggering validation
Code
Form ( key: _con.formKey, child: Column( children: [ Pinput( useNativeKeyboard: false, validator: (value) { return value == '2222' ? null : 'Pin is incorrect'; } ), TextButton( onPressed: () { _con.formKey.currentState!.validate(); debugPrint('validate!'); }, child: const Text('Validate'), ), ] ) )
Pinput version: 3.0.1 - 4.0.0
Smartphone: iPhone, iPad, Android
The text was updated successfully, but these errors were encountered:
Tkko
No branches or pull requests
Describe the bug
useNativeKeyboard = false is not triggering validation
Code
Pinput version: 3.0.1 - 4.0.0
Smartphone:
iPhone, iPad, Android
The text was updated successfully, but these errors were encountered: