Custom Control v1.2.0
K2 Multi-Select Lookup Control
A K2 custom control for multi-select lookups backed by a SmartObject, with typeahead filtering and clean data binding.
Install
- Download and unzip the package.
- Copy the control assembly into your K2 custom controls folder.
- Register the control in K2 Designer under the custom controls section.
- Drop the control onto a view and bind it to a SmartObject list method.
Configure
Point the control at the SmartObject that provides your options, then map the display and value properties. Multi-select is on by default. Set a maximum selection count in the control properties if you need a cap.
Notes
The control stores selections as a delimited string, so it round trips cleanly through standard SmartObject text fields. No schema changes are required.
Version history
- v1.2.0
Add typeahead filtering and keyboard navigation.
- v1.1.0
Support SmartObject backed value lists and remembered selections.
- v1.0.0
Initial release.