Meinrad Recheis
Meinrad Recheis
Oh right, I forgot, I should upload the initial nuget, right?
We just make OnClick obsolete with a message to use VisibleChanged instead. After it has been obsoleted for a time we can remove it in a future major version.
OK, we can change `AutoClose` to true by default. Maybe we should think if obsoleting OnClick is even necessary. What if someone wants to use AutoClose="false" and doesn't want to...
Or maybe we add an `OnClosing` eventcallback with `class CloseEventArgs` which contain a writable property `bool Cancel` which the user can use to prevent or allow the overlay from closing...
This has been solved in an unbreaking way.
@djflan Thanks for the PR, it is good to merge except there is no unit test which is our policy for PRs. The reason is that any feature that has...
> I realized I don't think you can pass a timespan in the razor markup What, why not?
> @henon Can you? Like: ``? It needs to be configurable without a backing property. Yes ``
I guess no comparer at all, the default one will work automatically with TimeSpans