gismofx / toast_ui.blazor_calendar

Toast UI Calendar Wrapper For Blazor
MIT License
54 stars 8 forks source link

Implements tui.Calendar Api clear function #9

Closed paulsterling closed 2 years ago

paulsterling commented 2 years ago

Hi @gismofx -

This is a little update that adds the clear function from the tui.Calendar Api. I have some cases where I need to clear all the rendered Schedules and then re-create them with a different set of parameters. This works for that.

I also added a Clear Calendar button in the test project. I'll leave it to you to decide if that part should be left out.

gismofx commented 2 years ago

Ah. This is great. Instead, can you please re-make a PR on the dev branch? Then, I'll merge into Main!

paulsterling commented 2 years ago

Yes, no problem. I should've done that to begin with.