With the standard Maui Button, I can use a RelayCommand out of the box and I get a nice disabled state during processing. With ContentButton, I have to manually set IsEnabled to false. Is this by design, or would you be open to a contribution to add that behavior?
With the standard Maui Button, I can use a
RelayCommandout of the box and I get a nice disabled state during processing. WithContentButton, I have to manually setIsEnabledtofalse. Is this by design, or would you be open to a contribution to add that behavior?