feat: add maxlength property to input modal

This commit is contained in:
purocean
2024-07-25 03:46:59 +08:00
parent 9017deb35b
commit 2a5db825a9
+1
View File
@@ -205,6 +205,7 @@ export async function createDoc (doc: Optional<Pick<Doc, 'repo' | 'path' | 'cont
}
}),
value: newFilename,
maxlength: 255,
select: true,
})