Skip to main content
5-Regular Member
April 13, 2018
Solved

Too much rows in autocomplete widget

  • April 13, 2018
  • 2 replies
  • 3409 views
In the MFG AssetMonitor Mashup, I use the autocomplete widget to search the AssetMonitorPerporty. But a lot of Assets has the similar name as the image. Can i limit the list in 10 rows ? I should customization the widget?
Best answer by PaiChung

The Widget receives it information through a service. You could replace that service with one that limits the number of records. Or you can completely replace the widget with a Filtering field into a Dropdown.

I would log that as a bug in support.ptc.com or request for improvement so that in a future iteration that can be accounted for.

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
April 13, 2018

The Widget receives it information through a service. You could replace that service with one that limits the number of records. Or you can completely replace the widget with a Filtering field into a Dropdown.

I would log that as a bug in support.ptc.com or request for improvement so that in a future iteration that can be accounted for.

LiuDong5-Regular MemberAuthor
5-Regular Member
April 16, 2018
I customized the autocomplete widget and the scroll bar is work now.