fix: Multi-lines transactions statements

This commit is contained in:
Ahmed Bouhuolia
2024-08-12 16:31:36 +02:00
parent 82f8648c59
commit 14d1f0bd1d
22 changed files with 96 additions and 23 deletions

View File

@@ -15,6 +15,8 @@ export function CreditNoteFormFooterLeft() {
<FEditableText
name={'note'}
placeholder={intl.get('credit_note.label_customer_note.placeholder')}
multiline
fastField
/>
</CreditNoteMsgFormGroup>
{/* --------- Terms and conditions --------- */}
@@ -27,6 +29,8 @@ export function CreditNoteFormFooterLeft() {
placeholder={intl.get(
'credit_note.label_terms_and_conditions.placeholder',
)}
multiline
fastField
/>
</TermsConditsFormGroup>
</React.Fragment>