mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
update react textarea autosize
This commit is contained in:
parent
04e331f4e5
commit
6102ed3bb4
@ -158,7 +158,7 @@ let LoanForm = React.createClass({
|
|||||||
if (appendix && appendix.default) {
|
if (appendix && appendix.default) {
|
||||||
return (
|
return (
|
||||||
<div className='notification-contract-footer'>
|
<div className='notification-contract-footer'>
|
||||||
<h1>{getLangText('Appendix')}</h1>
|
<h2>{getLangText('Appendix')}</h2>
|
||||||
<pre>
|
<pre>
|
||||||
{appendix.default}
|
{appendix.default}
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -180,7 +180,6 @@ let IkonotvRegisterPiece = React.createClass({
|
|||||||
<Row className="no-margin">
|
<Row className="no-margin">
|
||||||
<Col xs={12} sm={10} md={8} smOffset={1} mdOffset={2}>
|
<Col xs={12} sm={10} md={8} smOffset={1} mdOffset={2}>
|
||||||
<IkonotvArtistDetailsForm
|
<IkonotvArtistDetailsForm
|
||||||
disabled={this.state.step > 1}
|
|
||||||
handleSuccess={this.handleAdditionalDataSuccess}
|
handleSuccess={this.handleAdditionalDataSuccess}
|
||||||
piece={this.state.piece}/>
|
piece={this.state.piece}/>
|
||||||
</Col>
|
</Col>
|
||||||
@ -198,7 +197,6 @@ let IkonotvRegisterPiece = React.createClass({
|
|||||||
<Row className="no-margin">
|
<Row className="no-margin">
|
||||||
<Col xs={12} sm={10} md={8} smOffset={1} mdOffset={2}>
|
<Col xs={12} sm={10} md={8} smOffset={1} mdOffset={2}>
|
||||||
<IkonotvArtworkDetailsForm
|
<IkonotvArtworkDetailsForm
|
||||||
disabled={this.state.step > 1}
|
|
||||||
handleSuccess={this.handleAdditionalDataSuccess}
|
handleSuccess={this.handleAdditionalDataSuccess}
|
||||||
piece={this.state.piece}/>
|
piece={this.state.piece}/>
|
||||||
</Col>
|
</Col>
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
"react-router": "^0.13.3",
|
"react-router": "^0.13.3",
|
||||||
"react-router-bootstrap": "~0.16.0",
|
"react-router-bootstrap": "~0.16.0",
|
||||||
"react-star-rating": "~1.3.2",
|
"react-star-rating": "~1.3.2",
|
||||||
"react-textarea-autosize": "^2.2.3",
|
"react-textarea-autosize": "^2.5.2",
|
||||||
"reactify": "^1.1.0",
|
"reactify": "^1.1.0",
|
||||||
"shmui": "^0.1.0",
|
"shmui": "^0.1.0",
|
||||||
"spark-md5": "~1.0.0",
|
"spark-md5": "~1.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user