-
Notifications
You must be signed in to change notification settings - Fork 221
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
Improved autocomplete control #1433
Comments
Select2 moved along quite nicely since the last time I looked at it. |
+1 from user to fix issues |
+1 from customer for rewrite |
Bugs/requests (which we may or may not address exactly):
Note that pagination/infinite scrolling would be very useful also for Form Builder when listing a large number of controls. Right now, we have to limit list sizes. Although that might be closer from #2397. |
See also #2397. |
@eidstapdemo I imagine you're referring to this Stack Overflow question. I've been trying this just now with Safari, and am not seeing the autocomplete closing when scrolling in Safari (see below). At a more high level, the current implementation which uses the YUI autocomplete component is unlikely to be improved going forward. Instead, we'd like to rewrite the autocomplete control using a new JavaScript widget as its underlying implementation. |
@avernet hi, thank you for your response. We are currently using Internet Explorer and the error occurs only when we try to click on the scrollbar arrows to scroll through the options. It does not occur when we use the mouse scroll wheel to scroll through the options. Will this issue be fixed ? Thanks. |
@eidstapdemo Got it about the issue happening on click while scrolling. And I imagine that I wasn't seeing that issue on Safari as scrolling on macOS is typically isn't done by clicking on the scrollbar, which often isn't even visible before scrolling. Are you using Orbeon Forms CE or Orbeon Forms PE?
|
I have done some prototyping using Chosen, and like the way the component looks and behaves. Unfortunately:
So I'm going to switch back to Select2, which I find much less eye pleasing, even when using their Bootstrap 2 theme. But I'm not Jony Ive, so will need to get over that. |
Also see this Select2 issue discussing how to update the placeholder. |
I am encountering a frustrating issue where, in Scala.js, when passing the This happens when the page is loaded, and that code doing the
This looks like a Scala.js bug to me, and the exception we get might hide the real problem. I've tried to upgrade from 0.6.27 (which we use) to 0.6.28 (the latest stable version), but this doesn't solve the issue. |
I solved the issue mentioned in the previous message by changing the code to have less nested classes, so that reference to |
|
See:
The text was updated successfully, but these errors were encountered: