-
Notifications
You must be signed in to change notification settings - Fork 21
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
As an user, I want to start writting a name of an exhibition and see it, so I don't need to find it in a long drop-down menu. #261
Comments
Nice example, we can substitute "name" and "country" for something like "Exhibit Name" and "Exhibit URL". Should be clear enough to use |
Would be really amazing to have this! The list is getting very long now. I think that we can have just the name, as we have now, to make it simpler. |
Please, review @vjpixel |
Hey, I think you marked the wrong issue. the PR seems to be related to issue #161 |
Let the user set a name to markers and objects when creating them. Also, show marker, object and artwork's names when clicking on it
I just tested and it seems different than it is on the screenshot in #340 : |
The way it's working now is still confusing for the user. As I test, I was tried to use the search to open the "casadoscontos" Exhibition and the search didn't show it as an option. Kazam_screencast_00001.mp4(For some reason, the screen recorder didn't record the drop-down menu. But it was showing to me.) The behaviour I propose is that, when the user starts typing, the drop-down opens only showing the filtered list of Exhibitions that matches what's being written. |
I've stumbled upon this code a few days ago. I think it would be amazing on the exhibition list, on ARViewer launch.
Unfortunatelly, I don´t know feel confident enough to change the results from a dropdown to a element list by myself. I´m sure this code is very ferocious and could bite off my hands if I try. Anyway, I leave the link here so we can look at this togheter some day.
https://www.w3schools.com/howto/howto_js_filter_table.asp
The text was updated successfully, but these errors were encountered: