Dear all,
I have a MultiInput and I am assigning a JSON model to SuggestionItems. The model has has more than 100 entries and I noticed that not all entries are shown on suggested values list when typing values on MultiInput field.
Does anyone knows how to avoid that limitation?
Thanks
Request clarification before answering.
Hi Frederico,
The size limit of JSON model is 100. You can set size limit to 1000
Your case is similar to this thread: https://archive.sap.com/discussions/thread/3494962
Please have a look.
Regards,
Tri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By default, the results gets restricted to 100. If you check the network calls, you can see count 100 attached to your service call.
You have to manually set count above 100 and test the service call. I have faced situations where, I had to manually call the service(instead of entity binding to view) and increasing the count.
Regards,
Sharath
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.