-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
As reported in #205, when a callback raises PreventUpdate the wrapper code does not handle it.
A change in views.py should allow these exceptions to be handled. The update function needs to catch this exception and return an empty response with a status code of 204; this is how the underlying dash code handles this response.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers