Skip to content

Releases: freesoftwarefactory/yii2-select3

fix

12 Oct 12:40
Compare
Choose a tag to compare
1.0007

fix bug: activator when disabled

javascript event

10 Oct 01:29
Compare
Choose a tag to compare
1.0006

events

more functions

10 Oct 01:03
Compare
Choose a tag to compare

please checkout the README.md for details.

this version enables you to:

  1. disable the control by passing a flag via settings: ["disable"=>true],

  2. check/disable items at startup, by passing: ['disabledOptions'=>['some'] , 'autoSelectOptions'=>['thing']],

also, a javascript method is now available to load items via javascript, just call it:

$.fn.select3load($('#widgetid') , { 123 : some , 456 : thing });

autoSelectOptions, disableOptions, hide when click outside bounds.

07 Oct 19:09
Compare
Choose a tag to compare

fix: z-index problem, hide on scroll

07 Oct 17:20
Compare
Choose a tag to compare
1.0002

fix bug: z-index, hide on scroll.

fix: z-index problem, enh: option to activate on label click

07 Oct 17:13
Compare
Choose a tag to compare
1.0001

z-index problem fixed. option to activate when click on label.

basic functions

07 Oct 12:44
Compare
Choose a tag to compare
1.0000

basic documentation

composer fix

06 Oct 23:02
Compare
Choose a tag to compare
composer fix Pre-release
Pre-release
0.0002

composer fix

basic structure

06 Oct 22:29
Compare
Choose a tag to compare
basic structure Pre-release
Pre-release

please dont use it