Allow more lines for "other" under mood, pain, sex
This commit is contained in:
@@ -109,7 +109,7 @@ const SymptomEditView = ({ date, onClose, symptom, symptomData }) => {
|
|||||||
const noteText = symptom === 'note' ? data.value : data.note
|
const noteText = symptom === 'note' ? data.value : data.note
|
||||||
const inputProps = {
|
const inputProps = {
|
||||||
multiline: true,
|
multiline: true,
|
||||||
numberOfLines: 3,
|
numberOfLines: 4,
|
||||||
scrollEnabled: true,
|
scrollEnabled: true,
|
||||||
style: styles.input,
|
style: styles.input,
|
||||||
textAlignVertical: 'top',
|
textAlignVertical: 'top',
|
||||||
|
|||||||
Reference in New Issue
Block a user