-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Questions about maximum items supported by this app #8
Comments
@juanchi Glad you like my work. To answer your first question, my answer would be yes, but not in a very user friendly way. This app was designed to pick random names, so the input box was designed to receive inputs line by line. So if you want to display number 1 - 5 in the spinner, you will need to input something like:
For question 2, Short answer is "Yes and no". There isn't a hard limit on how many numbers you can input to initialize the lucky draw app, however it was found that displaying and animating large amount of items on screen will cause the app to be laggy or even breaks the animation, that's why the app is design to show only part of the names at a time. That means, you can have unlimited number of items, but each spin will only show some random items from the remaining items on the reel. Currently, the maximum items display on the spin is 40. If you wish to show more, you are always welcome to fork this repository and do your own customization: random-name-picker/src/assets/js/app.ts Line 45 in 9357a60
Hope this answer your questions. |
Thanks!!!!!! |
Hi, excellent work!!!, I have two question, first one: numbers can be use instead of names? Second one: there is a limit on how many entries you could have?
The text was updated successfully, but these errors were encountered: