framework7-react
Advanced tools
Comparing version 0.9.2-4-beta to 0.9.2-5-beta
@@ -293,2 +293,5 @@ "use strict"; | ||
} | ||
if (args.domProps.checked) { | ||
props.checked = args.domProps.checked; | ||
} | ||
if (args.domProps.innerHTML) { | ||
@@ -295,0 +298,0 @@ props.dangerouslySetInnerHTML = { __html: args.domProps.innerHTML }; |
{ | ||
"name": "framework7-react", | ||
"version": "0.9.2-4-beta", | ||
"version": "0.9.2-5-beta", | ||
"description": "A React version of Framework7", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs/framework7-react/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
9634987
115841