Skip to content

Commit

Permalink
Right clearing form values, fixes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwagner committed Nov 7, 2017
1 parent 5c7869b commit b0e0410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onion-form",
"version": "0.2.6",
"version": "0.2.7",
"description": "onion-form",
"typings": "index",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const initialState = Immutable({
});

export const deafultFieldProperties = Immutable({
value: '',
value: undefined,
liveValidation: false,
error: null,
apiError: null
Expand Down

0 comments on commit b0e0410

Please sign in to comment.