Repository URL to install this package:
Version:
0.14.1 ▾
|
ui-component-library
/
src
/
components
/
presets
/
B2B
/
Approval
/
UserComment
/
Form
/
fixture.ts
|
---|
const inputList = [
{
identity: 'textArea',
type: 'textarea',
value: '',
placeholder: '(Optional) Add a comment',
className: 'comment-box',
name: 'commentBox',
wrapperClassName: 'comment-box-wrapper',
validationType: 'none',
dataQa: 'qa-comment-box',
},
]
export { inputList }
export default inputList