Give us feedback
dropdownsearch-custom
Reactive icon

DropdownSearch Custom

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 11 April 2022 by 
0.0
 (0 ratings)
dropdownsearch-custom

DropdownSearch Custom

Details
"I understand that EncodeHTML is a security way to avoid xss, but in some cases that words contain accents, the dropdown is hiding the values when disabling the dropdown." I reused the platform's native dropdownsearch, and implemented the optional encode html option For more details see demo. Optional html coding implementation, if I disable an item that was selected, and the item that was selected is an accented word, its value will disappear from the dropdown. Enhanced Dropdown block, with search functionality. Drag the block to your screen and set the ItemList parameter structure with your list. Use the SelectedItem parameter to define a pre-selected item. Use the OnSelect event to assign the current value selected to your local variable. For advanced scenarios, use the AdvancedFormat parameter. To check the options available, read the official documentation: https://github.com/jshjohnson/Choices
Read more

Options

  • ItemList: List of items to show in dropdown.
  • SelectedItem: Use this parameter to set a pre-selected item.
  • IsDisabled: Set as True to disable the DropdownSearch.
  • EmptyText: Text to display when there are no items selected and to serve as an empty value.
  • SearchPrompt: Text to display on the search prompt/ placeholder.
  • NoResultsText: Text to display when there are no results.
  • AdvancedFormat: Allow for more options beyond what it's provided through the inputs.
  • ExtendClass: Allow for more options beyond what it's provided through the inputs.
  • EncodeHTML: Option to html encode the value, if a value is accented it will be converted to html entities.
  • OnSelect: Triggered on item select.
Release notes (1.0.1)

- Update Description

- Update Icon

Reviews (0)
Team