Roméo LAURENT

Results 8 comments of Roméo LAURENT

Same for the Micronesia : "Micronesia, Federated States Of" Also Côte d'Ivoire missing an uppercase at the "I" And for the French Guiana (GF), that was probably confused with Guyana

Yes, but if I have a required item in the props and I want to do something based on this item in onMount, I can't since the modal is already...

What should I use then? Because I think modals are the best way to implement this 😕

Unfortunately, the fix doesn't seem to be working @jonm01 can you confirm on your side ?

@Stunkell I found a workaround, wrap your if in a {#key } it works

> > previous values are still set when you open again the modal. > > No, they are not. Dialog gets destroyed once it receives `open={false}` and is re-created when...

@jjagielka If I need actions to be performed in the onMount of the modal I can't since it is called only once. If I wrap it in an if, each...