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
Currently, if somebody copied a code and has accidental whitespace, nothing will be copied when the input is a digit-only input.
I would suggest that on paste, depending if the input is digit-only, whitespace in front and after will be trimmed.
Example: Clipboard value is " 123 ", before trying to paste the text into the input field trim the data to be "123" and then try, if it is allowed.
The text was updated successfully, but these errors were encountered:
@JStein2311 Hello, ok.
Sorry, something went wrong.
Release v 1.3.2:
3b0b70d
- Fixing #23
@JStein2311 Sorry for the delay, It is fixed, please check the latest release.
Works now as expected, thank you very much for the quick fix.
No branches or pull requests
Currently, if somebody copied a code and has accidental whitespace, nothing will be copied when the input is a digit-only input.
I would suggest that on paste, depending if the input is digit-only, whitespace in front and after will be trimmed.
Example:
Clipboard value is " 123 ", before trying to paste the text into the input field trim the data to be "123" and then try, if it is allowed.
The text was updated successfully, but these errors were encountered: