Hi everyone,
I am using the latest release of elgg. I have some troubles with input/select in elgg-lightbox.
The search box of the input/select is not working (unable to use the search box of input/select) when the input/select in on a form in a elgg-lightbox.
Could someone help me ?
Regards,
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 1 like
- Hermand Pessek@rheman
Hermand Pessek - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 1 like
- Hermand Pessek@rheman
Hermand Pessek - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 1 like
- Hermand Pessek@rheman
Hermand Pessek - 0 likes
You must log in to post replies.Any code snippet? No code, no ideas.
Hi
The Search Box of the input/select works perfectly on a normal form. But when the form is on a elgg-lightbox, the search box of the input/select is not working (unable to use the search box of input/select) .
Here is the code.
Regards,
Are you sure that it's not a problem with z-index?
Hi i still have the same behaviour, the search box of input/select is not working when i load the form in elgg-lightbox.
Need help
Same code or were there any changes?
Linking to a problem form could help what the error is...
Hi @RvR,
I just found the solution.
I am using hypeAutocomple plugin. It replaces select by select2 (https://select2.org). That's why I was having such behaviour.
So I solve the issue by adding 'trapFocus' => false.
Regards,