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

Implement IntoSplitSignal for Field. #3364

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

fiadliel
Copy link
Contributor

@fiadliel fiadliel commented Dec 14, 2024

Adds IntoSplitSignal for Field. This allows us to use bind:value=field instead of bind:value=(field, field).

Copying some similar trait bounds, so please take a look and see if they make sense.

Fixes #3362

@fiadliel fiadliel force-pushed the field_into_split_signal branch from 5e5ca83 to a681173 Compare December 16, 2024 14:39
@gbj
Copy link
Collaborator

gbj commented Dec 17, 2024

Thanks!

@gbj gbj merged commit 6a5bfe9 into leptos-rs:main Dec 17, 2024
74 checks passed
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

Successfully merging this pull request may close these issues.

Implement IntoSplitSignal for Field<T>
2 participants