Combo Adaptor Examples

API Reference:

Jx.Adaptor.Combo.Fill - noRepeat: false

This examples shows how to use an adaptor to fill a combo box. This first box uses noRepeat: false (the default setting).

Jx.Adaptor.Combo.Fill - noRepeat: true

This combo box uses noRepeat: true and has introduced a few repeating labels. This setting will allow you to take any store and only populate your combo with unique values.