mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(input): split TextInput and ItemInput components
Make it easier to start adding other inputs, like select
This commit is contained in:
7
ionic/components/app/normalize.scss
vendored
7
ionic/components/app/normalize.scss
vendored
@@ -94,6 +94,13 @@ textarea {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
textarea {
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
font: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
form,
|
||||
input,
|
||||
optgroup,
|
||||
|
||||
Reference in New Issue
Block a user