Skip to content

Releases: AppsDevTeam/AjaxSelect

v3.2.2

26 Jan 12:24
08d3b2e
Compare
Choose a tag to compare
Update AjaxService.php

v3.2.1: Merge pull request #10 from conflictboy/mcontrol_php8

06 Jan 12:11
07b6dcc
Compare
Choose a tag to compare

v3.2

10 Nov 11:08
1deac03
Compare
Choose a tag to compare
Merge pull request #9 from AppsDevTeam/add-aria-setsize-and-aria-posi…

v3.1.3: Merge pull request #7 from vpalousek98/master

19 Apr 13:27
4f15777
Compare
Choose a tag to compare

v3.1.2

28 May 05:21
1bc7433
Compare
Choose a tag to compare
Update composer.json

v3.1.1: Translator switch

28 May 04:35
Compare
Choose a tag to compare
Option to turn off automatic translation of select values

v3.1: Translator switch

16 Nov 15:58
Compare
Choose a tag to compare
Option to turn off automatic translation of select values

v3.0: Merge pull request #6 from AppsDevTeam/nette-2.1

03 Sep 14:59
3c3ccf7
Compare
Choose a tag to compare

v2.2.2: NULL in setValue for INVALID_VALUE_MODE_EMPTY

04 Aug 09:45
Compare
Choose a tag to compare
Problem: When INVALID_VALUE_MODE_EMPTY is configured for AjaxSelect and selected value is invalid and then set to NULL, an error was thrown in 'count($value)'.
Solution: check if $value is array before the count so the NULL value is evaluated as FALSE and count is never checked.

v2.2.1: Merge pull request #5 from AppsDevTeam/improvements

27 Nov 12:43
142a381
Compare
Choose a tag to compare