How to repair custom widget

0
i want to repair a custom widget its “Custom DropDown” i have to use external DB so this dropdown really helpful but theres one big problem, the display for default isnt changing and cant be change, i use it and it store the right data, but for user when they use it the dropdown display wont change after the pick the option , i have to repair it but its file is an .mpk package is there a way for me to code it,, or is there any other solution to this ?? 
asked
1 answers
2

If you are talking about this widget Mendix Marketplace - Custom Dropdown then you download this widget code from here mendixlabs/CustomDropdown: A custom dropdown selection widget for Mendix. This widget allows you to fully customize the behaviour of the dropdown widget from within Mendix. Microflows can be set to determine exactly what should happen on select/create/clear actions. (github.com)

 

Then you can modify code according to you.

 

Please accept answer if this helps you.

answered