generated from mitchell/rust_template
Dynamic Select Options #23
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: MarinoDev/leptos_form_tool#23
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Somehow this needs to support dynamic select options. This could work through the context, but then we need to make sure that it works on the server (which might not be able to provide said context.)
Check that this works, and perhaps integrate signals to make it responsive.
Looks like it works. It gets a little more dicey when you load a resource, as that needs to be in a suspense, but create_local_resource works just fine.