You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
core-input extends the native input element. The code you typed in the issue is not using it properly, but how are you using it in your code? Your example should become this:
When I tested the code as I typed it in my previous comment, the onfocus handler worked fine in Safari 7.1.2 for me. Let me know if you still see this problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Given:
<core-input on-focus="{{onFocusHandler}}"></core-input>
In Chrome, the event fires and triggers the handler. In Safari, there's an error:
Note that this is in the Dart (post dart2js) version.
The text was updated successfully, but these errors were encountered: