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

Made ace editor's blur and focus events fire #539

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ambischof
Copy link
Contributor

@ambischof ambischof commented Sep 1, 2017

The blur and focus events were not triggering properly so added the proper bindings.

I was trying to use a custom validator on an editor field that was a child of a bigger form but the function was never being called. On closer inspection, I found that it was because the blur and focus events were not being propagated up to the alpaca field. I copied these from a different editor and found that they would trigger validation as expected.

There were other events but I didn't add them because they didn't seem supported (like click and keyup/down) or caused other issues (like change)

The blur and focus events were not triggering properly so added the proper bindings.
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