-
Notifications
You must be signed in to change notification settings - Fork 102
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
Can't throw event "blur" with b:selectMultiMenu #584
Comments
Fun fact: our documentation even says that AJAX is broken since BootsFaces 0.7. It's high time to change that! |
Obviously we've forgotten to implement AJAX support. Actually, AJAX support seems to be difficult. The underlying JavaScript widget only supports a few jQuery events.
|
The underlying JS widget doesn't support |
To dos left:
|
I didn't test every event, but I've added and tested an example of AJAX with ondropdownhidden in our showcase. |
You can run a test using the BootsFaces-1.1.0-SNAPSHOT on Maven Central. See #369 on how to get it. |
Good morning, I am having problems with the component b:selectMultiMenu and ajax events.
I only need that when I lose focus ( onBlur event or onChange) throw a simple call of my bean method, but when I try the code this doesn't work.
I saw that b:selectMultiMenu dont have property "ajax" and "onBlur" and finally the property "onChange" dont call my method.
This is part of my code:
Thanks for all.
The text was updated successfully, but these errors were encountered: