VERNOU Cédric
VERNOU Cédric
Similar to dotnet/command-line-api#2427.
@tdykstra Indeed, nice catch. --- I did the PR #41823.
@Trolldemorted, this issue explains the problem, but don't resolve it. The PR dotnet/docs#41823 will fix it.
The PR was merged, so this ticket can be closed.
@hainenber : > to disable protocol relative URLs on client-side only. To enable?
@henon, @ScarletKuro, the PR is ready to review. --- `MudAutocomplete` has a internal `MudInput` (the field to get user input). The method `ResetAsync` update the internal input's text, what triggers...
@ScarletKuro > Introduced problem in the docs: My bad, I will be more rigorous in the future by checking the documentation in check process. > The SearchFunc is executed twice...
Indeed, this PR has a breaking change that I had not identified. Before, when `MudAutocomplete.CoerceValue` and `MudAutocomplete.ResetValueOnEmptyText` disable, so `MudAutocomplete.ClearAsync` clear the text but not the value. After this PR...
This PR isn't present on try.mudblazor.com, so I create this example with the old behavior : https://try.mudblazor.com/snippet/waGybamhgfICwIxM See, when I click on the button "Clear" that call `MudAutocomplete.ClearAsync`, the text...
Good idea, I will open a other PR to complete tests.