Merge branch 'io' into merge-upstream

This commit is contained in:
riku6460 2023-10-18 00:12:57 +09:00
commit 24d5f28dd9
No known key found for this signature in database
GPG key ID: 27414FA27DB94CF6
8 changed files with 52 additions and 13 deletions

View file

@ -251,7 +251,7 @@ export function actions<T extends {
}
export function inputText(props: {
type?: 'text' | 'email' | 'password' | 'url';
type?: 'text' | 'email' | 'password' | 'url' | 'textarea';
title?: string | null;
text?: string | null;
placeholder?: string | null;