keystonejs/keystone-classic
GitHub で見るField type 'Datetime' - format customization missing
Open
#3,160 opened on 2016年7月14日
4.x candidatebughelp wanted
Repository metrics
- Stars
- (14,656 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
There is no working way to specify the format of Datetime. Also the placeholder is hardcoded in DatetimeField.js
<FormInput name={this.props.paths.time} value={this.state.timeValue} placeholder="HH:MM:SS am/pm" onChange={this.timeChanged} autoComplete="off" />