Dropdown with more than 50 records
Novice user. I have a dropdown for my create and edit forms that have about 70 records. I want the whole list to be available to the user. How can I increase this limit?
2 Replies
Hi. You have ->optionsLimit(…) on your record select. You can customize it
Thank you so much for your help Julien, I really appreciate it. I had tried that (among many other things) after the 'preloadRecordSelect()' but it didn't recognize it and caused an error.
Based on your tip, I tried it after the '$action->getRecordSelect()' and it worked. Have a great day!
Working code: