diff --git a/web/cashtab/src/components/Common/EnhancedInputs.js b/web/cashtab/src/components/Common/EnhancedInputs.js --- a/web/cashtab/src/components/Common/EnhancedInputs.js +++ b/web/cashtab/src/components/Common/EnhancedInputs.js @@ -1,6 +1,7 @@ import * as React from 'react'; import PropTypes from 'prop-types'; import { Form, Input, Select } from 'antd'; +const { TextArea } = Input; import { ThemedDollarOutlined, ThemedWalletOutlined, @@ -281,6 +282,24 @@ inputProps: PropTypes.object, }; +export const FormItemWithoutQRCodeAddon = ({ inputProps, ...otherProps }) => { + return ( + + +