Repository URL to install this package:
|
Version:
3.0.10 ▾
|
const wording = {
submitLabel: 'submit',
cancelLabel: 'cancel',
placeholderText: 'Enter your text here',
}
const inputList = [
{
identity: 'textArea',
type: 'textarea',
name: 'commentBox',
value: '',
className: 'comment-box',
wrapperClassName: 'comment-box-wrapper',
validationType: 'none',
maxLength: 5000,
},
]
export { inputList, wording }
export default inputList