add id & placeholder props to AutoCompleteInput component

This commit is contained in:
Xiaofeng An 2019-02-08 11:02:28 -05:00
commit 17c70fc0ef
3 changed files with 7 additions and 1 deletions

View file

@ -3,9 +3,12 @@ import { take, filter, map } from 'lodash'
const AutoCompleteInput = {
props: [
'id',
'classObj',
'value',
'placeholder',
'autoResize',
'multiline',
'drop',
'dragoverPrevent',
'paste',