mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
add textarea type
This commit is contained in:
@@ -38,7 +38,6 @@ export class List<A extends ValueSpecList> extends IBuilder<A> {
|
||||
placeholder: string | null;
|
||||
pattern: string | null;
|
||||
patternDescription: string | null;
|
||||
textarea: boolean | null;
|
||||
};
|
||||
}
|
||||
>(a: A) {
|
||||
|
||||
Reference in New Issue
Block a user