Merge pull request #169 from orangemug/feature/comments-field-docs

Added comments field doc and updated react-collapse to fix styling
This commit is contained in:
Orange Mug 2017-10-11 14:37:43 +01:00 committed by GitHub
commit 7e6efcb9b9
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
"react-addons-pure-render-mixin": "^15.4.0",
"react-autocomplete": "^1.4.0",
"react-codemirror": "^0.3.0",
"react-collapse": "^4.0.2",
"react-collapse": "^4.0.3",
"react-color": "^2.10.0",
"react-dom": "^15.4.0",
"react-file-reader-input": "^1.1.0",

View file

@ -10,7 +10,7 @@ class MetadataBlock extends React.Component {
}
render() {
return <InputBlock label={"Comments"}>
return <InputBlock label={"Comments"} doc={"Comments for the current layer. This is non-standard and not in the spec."}>
<StringInput
multi={true}
value={this.props.value}