generated from mitchell/rust_template
Add Button #15
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#15
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?
Consider adding a button. Specifying what happens on click would be difficult/imposible.
It could be a vanity item with a default getter that simply gets the entire
FD. TheFDTfor button, therefore, is justFD. Then the action could be a closure that takesFDand the event,ev, and preforms the action. Passing in context is difficult/impossible.Perhaps this could be solved by adding a
contexttype that can be passed in when rendering the form. That would be a big, but potentially very helpful change.Buttons working. A context could be nice, because right now it cannot operate on data other than form data.
context would be necessary for things like a delete user button.