keystonejs/keystone-classic

Field type 'Datetime' - format customization missing

Aberta

#3.160 aberto em 14 de jul. de 2016

 (8 comentários) (1 reação) (0 responsável)JavaScript (2.288 forks)batch import
4.x candidatebughelp wanted

Métricas do repositório

Stars
 (14.656 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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