refactor(input): split TextInput and ItemInput components

Make it easier to start adding other inputs, like select
This commit is contained in:
Adam Bradley
2016-01-07 12:29:01 -06:00
parent 52204de117
commit 387f883be3
33 changed files with 573 additions and 580 deletions

View File

@@ -94,6 +94,13 @@ textarea {
font-family: inherit;
}
textarea {
height: auto;
overflow: auto;
font: inherit;
color: inherit;
}
form,
input,
optgroup,