mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: allow multi-line text in reminder description
This commit is contained in:
committed by
Abdullah Atta
parent
b7af3d92c9
commit
4ef8785489
@@ -223,11 +223,17 @@ export default function AddReminderDialog(props: AddReminderDialogProps) {
|
||||
}
|
||||
/>
|
||||
<Field
|
||||
as="textarea"
|
||||
id="description"
|
||||
label="Description"
|
||||
data-test-id="description-input"
|
||||
helpText="Optional"
|
||||
value={description}
|
||||
styles={{
|
||||
input: {
|
||||
height: 100
|
||||
}
|
||||
}}
|
||||
onChange={(e: React.ChangeEvent<HTMLInputElement>) =>
|
||||
setDescription(e.target.value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user