1.0.7 • Published 9 months ago

@cdmx/wappler_ac_select2 v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

wappler_ac_select2

Select2 gives you a customizable select box with support for: searching, tagging, remote data sets, infinite scrolling, and many other highly used options.

How to use?

You can provide option data(data source) as object example:{ optionValue1 : 'optionText1', optionValue2 : 'optionText2' } and bind text field as($value) and value field as ($key).

Use placeholder from (dynamic attribute -> select2 -> placeholder).

Note:

while updating select2 css file(select2.css) for modalFix add following attributes:

  • z-index: 1100 !important;

This will fix select2 dropdown on modals.

1.0.7

9 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

11 months ago