Unable to add widget Input Reference Selector

0
Hi All,   I am trying to follow instructions on this course https://academy.mendix.com/link/modules/147/lectures/1195/4.3.3-Create-Available-Tickets   The Ticket entity had many-to-many association with Day entity. After creating entity and setting association, clicked 'Generate Overview' to generate the Ticket_Overview and Ticket_NewEdit pages.  The Ticket_NewEdit pages says to add 'Input Reference Selector' widget to open new page: For the Input reference set selector, Select and create a New page called Day_Select. Choose Select With Data Grid as the template. Connect the Input reference selector with Ticket_Day > Day > StartDate attribute.   But there is no Widget of type 'Input Reference Selector' . Any ideas?
asked
3 answers
1

That info in the course is a little outdated. You should use the Combobox widget for these use cases.

answered
0

Hello, I am quite new to Mendix, are you able to please provide details on how/which attribute to setup when using combo box to replace Input reference set selector please? As when I look at combo box, I am unsure how to set the many-to-many reference set and what equivalent properties to set for this widget. If you could please clarify, will appreciate. Thanks

answered
0

I fixed this using following: 

 

image.png

answered