@@ -83,7 +83,7 @@ import {DatepickerMinMaxExample} from './datepicker-min-max/datepicker-min-max-e
83
83
import { DatepickerFilterExample } from './datepicker-filter/datepicker-filter-example' ;
84
84
import { DatepickerTouchExample } from './datepicker-touch/datepicker-touch-example' ;
85
85
import { DatepickerApiExample } from './datepicker-api/datepicker-api-example' ;
86
-
86
+ import { InputClearableExample } from './input-clearable/input-clearable-example' ;
87
87
import {
88
88
MdAutocompleteModule , MdButtonModule , MdButtonToggleModule , MdCardModule , MdCheckboxModule ,
89
89
MdChipsModule , MdDatepickerModule , MdDialogModule , MdGridListModule , MdIconModule , MdInputModule ,
@@ -147,6 +147,7 @@ export const EXAMPLE_COMPONENTS = {
147
147
'grid-list-overview' : { title : 'Basic grid-list' , component : GridListOverviewExample } ,
148
148
'icon-overview' : { title : 'Basic icons' , component : IconOverviewExample } ,
149
149
'icon-svg' : { title : 'SVG icons' , component : IconSvgExample } ,
150
+ 'input-clearable' : { title : 'Input with clear button' , component : InputClearableExample } ,
150
151
'input-form' : { title : 'Inputs in a form' , component : InputFormExample } ,
151
152
'input-overview' : { title : 'Basic inputs' , component : InputOverviewExample } ,
152
153
'input-errors' : { title : 'Input Errors' , component : InputErrorsExample } ,
@@ -267,6 +268,7 @@ export const EXAMPLE_LIST = [
267
268
GridListOverviewExample ,
268
269
IconOverviewExample ,
269
270
IconSvgExample ,
271
+ InputClearableExample ,
270
272
InputFormExample ,
271
273
InputOverviewExample ,
272
274
InputPrefixSuffixExample ,
0 commit comments