Home Reference Source

src/components/textarea/fixtures/comp3.js

export default {
	type: 'form',
	components: [
		{
			label: 'Text Area',
			autoExpand: false,
			tableView: true,
			key: 'textArea',
			type: 'textarea',
			input: true
		},
		{
			label: 'Submit',
			showValidations: false,
			tableView: false,
			key: 'submit',
			type: 'button',
			input: true
		}
	],
	revisions: '',
	_vid: 0,
	title: 'text area tests',
	display: 'form',
	name: 'textAriaTests',
	path: 'textAriaTests',
};