PRIME-TU-Delft / graaf

1 stars 0 forks source link

Modal forms dont clear after submit #39

Closed Bluerberry closed 3 months ago

juliavdkris commented 3 months ago

Maybe instead of

class SandboxModal {
    code: string = ''
    name: string = ''

we could have a fixed values property for modals, so that the base class in its hide method can loop through those values and set them to ''