awesomplete
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -22,3 +22,3 @@ /** | ||
this.input = $(input); | ||
this.input.setAttribute("autocomplete", "awesomplete"); | ||
this.input.setAttribute("autocomplete", "off"); | ||
this.input.setAttribute("aria-owns", "awesomplete_list_" + this.count); | ||
@@ -25,0 +25,0 @@ this.input.setAttribute("role", "combobox"); |
{ | ||
"name": "awesomplete", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "http://leaverou.github.io/awesomplete/", | ||
@@ -5,0 +5,0 @@ "main": "awesomplete.js", |
@@ -13,3 +13,3 @@ describe("Html modifications", function () { | ||
it("turns native autocompleter off", function () { | ||
expect(this.subject.input.getAttribute("autocomplete")).toBe("awesomplete"); | ||
expect(this.subject.input.getAttribute("autocomplete")).toBe("off"); | ||
}); | ||
@@ -16,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158417