Skip to content

Commit

Permalink
Revert typeahead to 0.10.x version, v0.11.x throws exception (#1011)
Browse files Browse the repository at this point in the history
Exception:
java.lang.IllegalArgumentException: Not valid encoding '%QU'
  • Loading branch information
vrozkovec authored Dec 8, 2023
1 parent 421dd4d commit 6764c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<inputmask.version>5.0.6</inputmask.version>
<jqueryui.version>1.13.2</jqueryui.version>
<typeaheadjs.version>0.11.1</typeaheadjs.version>
<typeaheadjs.version>0.10.5-1</typeaheadjs.version>
<x-editable.version>1.5.1-1</x-editable.version>
<spin-js.version>2.1.0</spin-js.version>
<animate.css.version>3.7.2</animate.css.version>
Expand Down

0 comments on commit 6764c94

Please sign in to comment.