Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

Commit 3f3c955

Browse files
bc022699bc022699
authored andcommitted
Fix issue with smart select
1 parent 1cba294 commit 3f3c955

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kitchen-sink/components/pages/SmartSelectPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const SmartSelectPage = () => {
1313
<ContentBlockTitle>Smart Select</ContentBlockTitle>
1414
<List form>
1515
<ListItem smartSelect title="Fruit">
16-
<select name="fruits" value="apple">
16+
<select name="fruits">
1717
<option value="apple" selected>Apple</option>
1818
<option value="pineapple">Pineapple</option>
1919
<option value="pear">Pear</option>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-react",
3-
"version": "0.8.5-beta.1",
3+
"version": "0.8.5-beta.2",
44
"description": "A React version of Framework7",
55
"main": "dist/framework7-react/index.js",
66
"typings": "dist/framework7-react/index.d.ts",

0 commit comments

Comments
 (0)