Skip to content
New issue

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

Minor issue with the oninput event when the placeholder in HTML input is not in english #35

Open
z2401538010 opened this issue Nov 29, 2023 · 0 comments

Comments

@z2401538010
Copy link

If the text inside the placeholder is not in English, 'ahk' is displayed as undefined every time the script is executed
but it does not affect the execution.

html:

<h2>test</h2>  
<input type="text" name="" id="test" placeholder="你好" oninput="ahk.OninputTest(event)">

image

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

No branches or pull requests

1 participant