Interactive PopUp windows

Hi, is there any plan to have interactive pop-up windows that are called during other callbacks?
For example, I am trying to push information to a database and have a field called date which is generally today. However, there will be some cases where I want the date to be yesterday. Ideally, I’d like a popup window to appear with a pre-populated field with today’s date, and if necessary I can edit this field, and click continue. The updated value would then be parsed back into the original callback and used.

If anyone has any ideas please let me know!
Thanks.

If I understood correctly what you want to achieve then I think maybe the Modal component in dash-bootstrap-components might be useful to you?

1 Like