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 was archived by the owner on Nov 16, 2023. It is now read-only.
In particular, I'm thinking about the method that binds events to the field in order to revalidate after further input.
It just uses component/event blindly, but I think it could check that the input is an element before calling bind. Also, I figured it could also check if the input is an instance of EventEmitter and use Emitter#on() instead of bind.