mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
loan date
This commit is contained in:
parent
d90a4f97db
commit
f9a3be61d2
@ -7,7 +7,7 @@ import FormMixin from '../../mixins/form_mixin';
|
|||||||
import InputText from './input_text';
|
import InputText from './input_text';
|
||||||
import InputHidden from './input_hidden';
|
import InputHidden from './input_hidden';
|
||||||
import InputCheckbox from './input_checkbox';
|
import InputCheckbox from './input_checkbox';
|
||||||
//import InputDate from './input_date';
|
import InputDate from './input_date';
|
||||||
import InputTextArea from './input_textarea';
|
import InputTextArea from './input_textarea';
|
||||||
import OwnershipFetcher from '../../fetchers/ownership_fetcher'
|
import OwnershipFetcher from '../../fetchers/ownership_fetcher'
|
||||||
import ButtonSubmitOrClose from './button_submit_close';
|
import ButtonSubmitOrClose from './button_submit_close';
|
||||||
@ -82,6 +82,13 @@ ${username}`;
|
|||||||
label={label}
|
label={label}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
//<InputText
|
||||||
|
// ref="startdate"
|
||||||
|
// name="startdate"
|
||||||
|
// placeHolder="Loan start date"
|
||||||
|
// required="required"
|
||||||
|
// type="text"
|
||||||
|
// submitted={this.state.submitted}/>
|
||||||
return (
|
return (
|
||||||
<form id="loan_modal_content" role="form" onSubmit={this.submit}>
|
<form id="loan_modal_content" role="form" onSubmit={this.submit}>
|
||||||
<input className="invisible" type="email" name="fake_loanee"/>
|
<input className="invisible" type="email" name="fake_loanee"/>
|
||||||
@ -101,13 +108,7 @@ ${username}`;
|
|||||||
submitted={this.state.submitted}/>
|
submitted={this.state.submitted}/>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-md-6">
|
<div className="col-md-6">
|
||||||
<InputText
|
<InputDate ref="startdate"/>
|
||||||
ref="startdate"
|
|
||||||
name="startdate"
|
|
||||||
placeHolder="Loan start date"
|
|
||||||
required="required"
|
|
||||||
type="text"
|
|
||||||
submitted={this.state.submitted}/>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="col-md-6 form-group">
|
<div className="col-md-6 form-group">
|
||||||
<InputText
|
<InputText
|
||||||
|
Loading…
Reference in New Issue
Block a user