cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum lines on Multinput with SuggestedItem

03-28-2018 2:44 AM
1481 views 2 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

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

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

former_member516423
Participant
0 Likes

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

Answers (1)

Answers (1)

Sharathmg
Active Contributor
0 Likes

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

Ask a Question