// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TextArea allowClear should change type when click 1`] = `
`;
exports[`TextArea allowClear should change type when click 2`] = `
`;
exports[`TextArea allowClear should not show icon if defaultValue is undefined, null or empty string 1`] = `
`;
exports[`TextArea allowClear should not show icon if defaultValue is undefined, null or empty string 2`] = `
`;
exports[`TextArea allowClear should not show icon if defaultValue is undefined, null or empty string 3`] = `
`;
exports[`TextArea allowClear should not show icon if value is undefined, null or empty string 1`] = `
`;
exports[`TextArea allowClear should not show icon if value is undefined, null or empty string 2`] = `
`;
exports[`TextArea allowClear should not show icon if value is undefined, null or empty string 3`] = `
`;
exports[`TextArea should support disabled 1`] = `
`;
exports[`TextArea should support maxLength 1`] = `
`;
exports[`TextArea should support size 1`] = `
`;