Meinrad Recheis
Meinrad Recheis
> 牛逼 For the rest of the world: `Niú bī` (vulgar) means `awesome`.
an interface in an independen package would work in theory. in practice, we are looking at ~500 api functions. that would be a huge effort of standardization between the three...
@Yomodo you saying this is a dup of #1318 ?
Seems to be still buggy, a better repro: https://try.mudblazor.com/snippet/QOGvYqGkhARtulXx
@ScarletKuro let's go with 2. and mark Show obsolete. We can later remove it with v7 with all the other breaking changes that are scheduled.
> But now wonder if we should flip `DisableSwipeGesture` to `EnableSwipeGesture` and make `true` as default value? I vote for enable and have been advocating for positive parameter names in...
@artworkad: Thanks for the contribution. Check out https://www.screentogif.com/ for recording short clips.
Looking at the code I see that `_isDirty` is never ever set to false except at initialization. Shouldn't a `Reset()` reset it, or am I missing something?
`Reset` will only be called manually. It allows to reset the form into its initial untouched state. This is of course most useful for our documentation examples but I am...