TapInput extends IonInput

This commit is contained in:
Adam Bradley
2015-07-16 17:50:22 -05:00
parent f62feb3f5a
commit 1ae396ebe4
5 changed files with 65 additions and 45 deletions

View File

@@ -12,7 +12,7 @@ import {
Toolbar,
Icon,
Checkbox, Switch,
Input, TextInput, InputLabel,
Input, TextInput, Label,
Segment, SegmentButton, SegmentControlValueAccessor,
RadioGroup, RadioButton, SearchBar,
Nav, NavbarTemplate, Navbar, NavPush, NavPop,
@@ -61,7 +61,7 @@ export const IonicDirectives = [
// Input
forwardRef(() => Input),
forwardRef(() => TextInput),
forwardRef(() => InputLabel),
forwardRef(() => Label),
// Nav
forwardRef(() => Nav),