mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
chore: Update inputMode to inputmode
This commit is contained in:
@@ -40,7 +40,7 @@ export class List<A extends ValueSpecList> extends IBuilder<A> {
|
||||
maxLength?: number | null;
|
||||
patterns: Pattern[];
|
||||
/** Default = "text" */
|
||||
inputMode?: ListValueSpecText["inputMode"];
|
||||
inputmode?: ListValueSpecText["inputmode"];
|
||||
},
|
||||
) {
|
||||
const spec = {
|
||||
@@ -49,7 +49,7 @@ export class List<A extends ValueSpecList> extends IBuilder<A> {
|
||||
minLength: null,
|
||||
maxLength: null,
|
||||
masked: false,
|
||||
inputMode: "text" as const,
|
||||
inputmode: "text" as const,
|
||||
...aSpec,
|
||||
};
|
||||
return new List({
|
||||
|
||||
Reference in New Issue
Block a user