add id & placeholder props to AutoCompleteInput component
This commit is contained in:
parent
128dcc637e
commit
17c70fc0ef
3 changed files with 7 additions and 1 deletions
|
|
@ -3,9 +3,12 @@ import { take, filter, map } from 'lodash'
|
|||
|
||||
const AutoCompleteInput = {
|
||||
props: [
|
||||
'id',
|
||||
'classObj',
|
||||
'value',
|
||||
'placeholder',
|
||||
'autoResize',
|
||||
'multiline',
|
||||
'drop',
|
||||
'dragoverPrevent',
|
||||
'paste',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue