Add multiline to notes in edit view

This commit is contained in:
bl00dymarie
2024-02-15 18:19:47 +01:00
parent dc2f867c2c
commit 3020967ed2
+1 -1
View File
@@ -180,7 +180,7 @@ const SymptomEditView = ({ date, onClose, symptom, symptomData }) => {
<Segment style={styles.segmentBorder}>
<AppText>{symtomPage[symptom].note}</AppText>
<AppTextInput
{...inputProps}
multiline={true}
onChangeText={onEditNote}
placeholder={sharedLabels.enter}
testID="noteInput"