In a component library there is a component with a combobox, the combobox should be used more often, therefore in the component library.
The only problem is that I can't get the Items property and the DisplayField property of the combo box linked to the component library.
So that the “fullname” of users of a view is displayed.
- An empty table is transferred to the canvas app. [ ]
- Combobox Item Property is the following:
cmpCombobox.Items
- An empty table is transferred to the canvas app. []
- I cannot do cmpCombox.DisplayField in the Combobox Item Property
Has anyone ever created a combobox in the component library and connected it optimally with a view of a table and the DisplayField column of the combobox?
What is the Parameter Type you are using to pass in the Table of Data?
Depending on what, you should be able to pass in Data, and then assign the passed in parameter to the Combobox, now you can see the search and display.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.