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:
@@ -63,7 +63,7 @@ export interface ValueSpecColor extends WithStandalone {
|
||||
export interface ValueSpecDatetime extends WithStandalone {
|
||||
type: "datetime";
|
||||
required: boolean;
|
||||
inputMode: "date" | "time" | "datetime-local";
|
||||
inputmode: "date" | "time" | "datetime-local";
|
||||
min: string | null;
|
||||
max: string | null;
|
||||
step: string | null;
|
||||
@@ -150,7 +150,7 @@ export interface ListValueSpecText {
|
||||
minLength: number | null;
|
||||
maxLength: number | null;
|
||||
masked: boolean;
|
||||
inputMode: "text" | "email" | "tel" | "url";
|
||||
inputmode: "text" | "email" | "tel" | "url";
|
||||
placeholder: string | null;
|
||||
}
|
||||
export interface ListValueSpecNumber {
|
||||
|
||||
Reference in New Issue
Block a user