Skip to content

Fix 0 keycode in input#416

Open
mohamad171 wants to merge 2 commits into
babakhani:masterfrom
mohamad171:master
Open

Fix 0 keycode in input#416
mohamad171 wants to merge 2 commits into
babakhani:masterfrom
mohamad171:master

Conversation

@mohamad171
Copy link
Copy Markdown

In autocomplete date after enter for example : 1401/05/10 or any dates that ends with "0" because code of "0" is 96 that statement doesn't work and nothing show.
if change it to >= 96 it's work fine.

In autocomplete date after enter for example : 1401/05/10 or any dates that ends with "0" because code of "0" is 96 that statement doesn't work and nothing show.
if change it to >= 96 it's work fine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant