Skip to content

Releases: freesoftwarefactory/yii2-select3

fix

Choose a tag to compare

@christiansalazar christiansalazar released this 12 Oct 12:40
1.0007

fix bug: activator when disabled

javascript event

Choose a tag to compare

@christiansalazar christiansalazar released this 10 Oct 01:29
1.0006

events

more functions

Choose a tag to compare

@christiansalazar christiansalazar released this 10 Oct 01:03

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.

Choose a tag to compare

@christiansalazar christiansalazar released this 07 Oct 19:09
1.0003

autoSelectOptions

fix: z-index problem, hide on scroll

Choose a tag to compare

@christiansalazar christiansalazar released this 07 Oct 17:20
1.0002

fix bug: z-index, hide on scroll.

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

Choose a tag to compare

@christiansalazar christiansalazar released this 07 Oct 17:13
1.0001

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

basic functions

Choose a tag to compare

@christiansalazar christiansalazar released this 07 Oct 12:44
1.0000

basic documentation

composer fix

composer fix Pre-release
Pre-release

Choose a tag to compare

@christiansalazar christiansalazar released this 06 Oct 23:02
0.0002

composer fix

basic structure

basic structure Pre-release
Pre-release

Choose a tag to compare

@christiansalazar christiansalazar released this 06 Oct 22:29

please dont use it