keystonejs/keystone-classic

Field type 'Datetime' - format customization missing

Open

#3.160 aberto em 14 de jul. de 2016

Ver no GitHub
 (8 comments) (1 reaction) (0 assignees)JavaScript (14.656 stars) (2.288 forks)batch import
4.x candidatebughelp wanted

Description

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" />

Guia do colaborador