IndiuMX Grouping Multiselect Autocomplete

Content Type: Widget
Categories: Utility

Overview

IndiuMX Grouping Multiselect AutoComplete is an AutoComplete Dropdown with a Grouping Option. It serves both the functionality of multi-select autocomplete along with grouping the options based on various categories.

Documentation

  • Under the General Tab, need to select the Input Attribute for the widget.  The input structure is as follows. The title in the JSON represents the option that needs to be selected. Cat represents the category and default select represents the options that need to be selected by default. The input data structure is as follows : [{"title":"Carrot","cat":"Vegetables","defaultSelect":true}].
  • The response attribute, where we can get our data selected in the widget in JSON Format. The response will be in the following format: '[{"title":"Carrot","cat":"Vegetables","defaultSelect":true}]'.
  • Enable grouping option enables the grouping in the dropdown.
  • Disable Default Value will Disable the default values selected in the Dropdown.
  • There is an option to limit the number of items to be selected in the dropdown.
  • The on-select event will be triggered when the selection is made and on remove event is triggered when the data is removed.

Releases

Version: 1.0.0
Framework Version: 9.0.5
Release Notes: IndiuMX Grouping Multiselect AutoComplete is an AutoComplete Dropdown with a Grouping Option. It serves both the functionality of multi-select autocomplete along with grouping the options based on various categories.