Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xinjie-zhang committed Dec 11, 2022
1 parent 66822de commit 5ecc5ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/listbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
get multiple() {return $prop('multiple')}
}">

<input type="hidden" :name="$prop('name')" :value="$prop('value') || ''">
<input type="hidden" :name="$prop('name')" :value="$prop('value', '')">

<slot></slot>
<script>
Expand Down Expand Up @@ -79,7 +79,7 @@
},
selectActive() {
if (this._elActive) {
this.select(this._elActive)
this.select($vui.$api(this._elActive).value)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vimesh/headless",
"version": "0.3.0",
"version": "0.3.1",
"repository": "https://github.com/vimeshjs/vimesh-headless.git",
"author": "Jacky ZHANG <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 5ecc5ab

Please sign in to comment.