Closed LucaMele closed 3 years ago
Thanks for reporting this bug! I will have a look.
Therefore you can use removeAttribute()
to close the Modal
@marcwelz thank you, actually in HTML attributes are considered as "false" if not there and "true" if there empty or there with value same as name. So removeAttribute is actually the correct way, so i guess no bug. thanks! Feel free to close it
Having following code, the modal does not close if setAttribute is set to false. It closes only using X or ESC