-
In a table I am using a toggle column to set invoices to a paid status. This is supposed to be a one way status change. Once paid it should be locked in. But without confirmation it is way too easy to accidentally toggle a switch. Would it be possible to have a modal confirmation like with an action? (If not: make this a feature request) Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Just a thought: if the operation can't be reversed, should it be a toggle? Can you make it an action instead? This way, you would be able to have a confirmation modal. |
Beta Was this translation helpful? Give feedback.
-
@OvalMedia |
Beta Was this translation helpful? Give feedback.
-
Any news ? I have the same problem. I need the user to confirm before toggling. |
Beta Was this translation helpful? Give feedback.
-
i solve this with ->beforeStateUpdated and a modal form hope this help. |
Beta Was this translation helpful? Give feedback.
Just a thought: if the operation can't be reversed, should it be a toggle? Can you make it an action instead? This way, you would be able to have a confirmation modal.