Repository URL to install this package:
|
Version:
4.0.23 ▾
|
const inputList = [
{
identity: 'search',
name: 'search',
type: 'text',
value: '',
className: 'search',
validationType: 'none',
ariaLabel: 'search',
animatePlaceholder: false,
dataQa: 'qa-search-list',
icon: {
breedType: 'search',
fill: '#62708b',
stroke: 'none',
width: '18px',
height: '18px',
className: 'search-icon',
},
},
]
export { inputList }