ant-design/components/input/__tests__/__snapshots__/index.test.js.snap
2017-07-21 20:23:50 +08:00

17 lines
320 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TextArea should support disabled 1`] = `
<TextArea
disabled={true}
prefixCls="ant-input"
>
<textarea
className="ant-input ant-input-disabled"
disabled={true}
onChange={[Function]}
onKeyDown={[Function]}
style={Object {}}
/>
</TextArea>
`;