Stunkell
Stunkell
@jjagielka I have the same problem than @romrom21 in 1.8.2 For exemple this doesn't work and the modal doesn't display: 
@jjagielka I think that I have the same constraint than @romrom21. I have many Tables where I want to be able to click on an item to display a Modal...
@jjagielka Here it works because my example is simplified and the `itemToDisplay` is of type `any`. Also the problem would be when you have a modal that is a form...
@jjagielka Are you sure ? I just tried with a modal in my project and when I close it and re open it, I still have the same value: First...
Oh it is, I just cropped the screenshot I didn't wanted to blur some parts:
Really sorry I'm not sure to understand. The dialog 1 is closed by the confirmation of the dialog2: 
Ok here is a simplified version that is not working (keeping the value even after closing and opening again) on my side: The modal: ``` import { Input, Modal }...
It seems like after a `npm i` command the `{#if}` works! I don't know what I did wrong last time but I'm on 1.8.2 since 1 week know and just...