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