We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8ac5b commit ceb7f1aCopy full SHA for ceb7f1a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.2.14 (September 19th, 2016)
4
+
5
+- Fixed duplicate onChange events on the windows textInput
6
7
## 0.2.13 (August 25th, 2016)
8
9
- Improve macOS title bar control icons
package.json
@@ -1,7 +1,7 @@
{
"name": "react-desktop",
"author": "Gabriel Bull",
- "version": "0.2.13",
+ "version": "0.2.14",
"description": "React UI Components for macOS Sierra and Windows 10",
"main": "./index.js",
"keywords": [
src/textInput/windows/textInput.js
@@ -71,7 +71,7 @@ class TextInput extends Component {
71
72
if (label) {
73
return (
74
- <div {...props}>
+ <div>
75
<Text style={{ marginBottom: '5px' }}>
76
{label}
77
</Text>
0 commit comments