1.0.7 • Published 2 years ago

@cdmx/wappler_ac_select2 v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago