Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FloatingLabel doesn't have name in the props #2

Open
ICTServ opened this issue Mar 20, 2024 · 0 comments
Open

FloatingLabel doesn't have name in the props #2

ICTServ opened this issue Mar 20, 2024 · 0 comments

Comments

@ICTServ
Copy link

ICTServ commented Mar 20, 2024

Describe the bug

Object literal may only specify known properties, and '"name"' does not exist in type '{ children: (this: void) => unique symbol & { _: "functions passed to {@render ...} tags must use the Snippet type imported from "svelte""; }; id?: string | undefined; style?: "filled" | ... 2 more ... | undefined; ... 6 more ...; labelclass?: string | undefined; }'.ts(2353)
(property) "name": string

Reproduction

			<FloatingLabel size="small" style="filled" id="full_name" name="full_name" type="text" inputclass="rounded-md">
				Full name
			</FloatingLabel>

Version and System Info

svelte-5-ui-lib v0.3.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant