svelte
svelte copied to clipboard
Input component type props
The docs say that "You can change the type by setting the type property to email, number, password, search, tel, or url."
However, the sdk only supports:
export declare const INPUT_TYPES: readonly ["text", "password", "email"];