svelte icon indicating copy to clipboard operation
svelte copied to clipboard

Input component type props

Open jaycoolslm opened this issue 2 years ago • 0 comments

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"];

jaycoolslm avatar Feb 24 '23 11:02 jaycoolslm