We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f669abe commit 0200318Copy full SHA for 0200318
CHANGELOG.md
@@ -3,6 +3,8 @@
3
* 1.0.2
4
* Fixes compatibility with newer versions of Simple Form gem
5
* Fixes issue of not propagating events and issue of selected value not a string
6
+ * Fixes bug where form 'false' values are treated as true due to being
7
+ a string value.
8
* 1.0.1
9
* Option to enable/disable no matches found labeling
10
* 1.0.0
lib/rails-jquery-autocomplete/version.rb
@@ -1,3 +1,3 @@
1
module RailsJQueryAutocomplete
2
- VERSION = '1.0.1'
+ VERSION = '1.0.2'
end
0 commit comments