Skip to content

minLength option added, Russian translation, and fix emptyTitle bug

Compare
Choose a tag to compare
@truckingsim truckingsim released this 26 Jun 21:43
· 36 commits to master since this release

Ajax-Bootstrap-Select version: v1.4.0

New Features:

  • Added new minLength feature. If set will wait for minLength number of
    characters to be typed before sending ajax request.
  • Added Russian translation
  • Example html can now be run through node, no longer requires PHP

Bugfixes:

  • Fix emptyTitle bug preventing selection from showing (#22) (pr #124 thanks @bercut497)