Skip to content

Commit 19e22f0

Browse files
chore(release): set package.json to 1.1.14 [skip ci]
## [1.1.14](v1.1.13...v1.1.14) (2023-10-17) ### Bug Fixes * fixed input types based on type prop ([a5d5256](a5d5256))
1 parent a5d5256 commit 19e22f0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.14](https://github.com/kouts/vue-search-input/compare/v1.1.13...v1.1.14) (2023-10-17)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed input types based on type prop ([a5d5256](https://github.com/kouts/vue-search-input/commit/a5d52569dc9d7e5d91464feb7d0d12984979a965))
7+
18
## [1.1.13](https://github.com/kouts/vue-search-input/compare/v1.1.12...v1.1.13) (2023-10-16)
29

310

dist/vue-search-input.es.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const P = ["search", "text", "password"], g = (e, t, l = !0) => {
7676
for (const [r, o] of t)
7777
l[r] = o;
7878
return l;
79-
}, F = /* @__PURE__ */ d("i", { class: "search-icon search" }, null, -1), W = ["data-shortcut-enabled", "value"], N = /* @__PURE__ */ d("i", {
79+
}, F = /* @__PURE__ */ d("i", { class: "search-icon search" }, null, -1), W = ["type", "data-shortcut-enabled", "value"], N = /* @__PURE__ */ d("i", {
8080
class: "search-icon shortcut",
8181
title: 'Press "/" to search'
8282
}, null, -1);
@@ -89,7 +89,7 @@ function T(e, t, l, r, o, f) {
8989
u(e.$slots, "prepend-inner"),
9090
d("input", H({
9191
ref: "inputRef",
92-
type: "search",
92+
type: e.type,
9393
"data-search-input": "true",
9494
"data-shortcut-enabled": e.shortcutListenerEnabled,
9595
value: e.modelValue

dist/vue-search-input.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)