keystonejs/keystone-classic

[4.0.0-beta.4] field size not working

Open

#3,804 opened on Dec 16, 2016

View on GitHub
 (1 comment) (1 reaction) (0 assignees)JavaScript (2,288 forks)batch import
help wantedneeds reproduction

Repository metrics

Stars
 (14,656 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hello,

It seems that the field size property is not working.

Steps to reproduce the behavior

Set a text field's size property to 'small' (or any other size).

Expected behavior

Should display a small text input in the admin UI.

Actual behavior

Always displays a full size text input.

Contributor guide