Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
[KFI]fix: Fix field values on edit view
Browse files Browse the repository at this point in the history
  • Loading branch information
herflis committed Nov 7, 2018
1 parent f5d95ff commit 4e85353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sensenet/controls-react",
"version": "2.3.3",
"version": "2.3.4",
"description": "React controls for sensenet",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/viewcontrols/EditView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export class EditView extends Component<EditViewProps, { content, schema }> {
'data-fieldValue': that.getFieldValue(fieldSettings[i].clientSettings.name),
'onChange': that.handleInputChange,
'content': this.state.content,
'value': that.getFieldValue(fieldSettings[i].clientSettings.name),
})
}
</Grid>)
Expand Down

0 comments on commit 4e85353

Please sign in to comment.