keystonejs/keystone-classic
在 GitHub 查看Field type 'Datetime' - format customization missing
Open
#3,160 创建于 2016年7月14日
4.x candidatebughelp wanted
仓库指标
- Star
- (14,656 star)
- PR 合并指标
- (30 天内没有已合并 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" />