MudAutoComplete.Clear still not working properly after #2742 fix
See original GitHub issueBug type
Component
Component name
MudAutoComplete
What happened?
#2742 in 5.1.5 supposedly fixed the Clear()
behavior in MudAutoComplete
, but it’s not working for me (when calling it from ValueChanged
). See TryMudBlazor.
Expected behavior
The field should clear itself after calling Clear()
Reproduction link
https://try.mudblazor.com/snippet/QaQvvkkpfGoYBJYW
Reproduction steps
See TryMudBlazor.
Relevant log output
No response
Version (bug)
5.1.5
Version (working)
No response
What browsers are you seeing the problem on?
Chrome
On what operating system are you experiencing the issue?
Windows
Pull Request
- I would like to do a Pull Request
Code of Conduct
- I agree to follow this project’s Code of Conduct
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (8 by maintainers)
Top Results From Across the Web
The text is getting cleared in MudBlazor Autocomplete ...
I am working on the Blazor web assembly project which is running on .net7 and using MudBlazor (version-6.0.10) as the UI framework. so...
Read more >MudBlazor 5.1.5
Version Downloads Last updated
6.7.0 32,285 16 days ago
6.6.0 25,204 a month ago
6.5.0 16,981 a month ago
Read more >Mudautocomplete issue - mudblazor
I have a Mudautocomplete that is working, my only problem is when selecting an item ... How can I solve this to only...
Read more >MudBlazor/MudBlazor v5.1.5 on GitHub
Bug Fixes. MudAutocomplete: Fixed Clear, Reset and keep focused on value selection #2742; MudButtonGroup: Fixed styling when tooltips are used #2739 ...
Read more >Untitled
The Data parameter, however, is required for the … blazor - MudBlazor - Searchable MudSelect - Stack ... Clear still not working properly...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mckaragoz Thanks for the hard work. I do hope this one eventually gets fixed because using auto complete to perform search + multi-selection is a very common use case. Currently the control is quite awkward for users as they have to clear the box manually after each and every selection.
Actually, i can’t say a time, but all bugs should be solved as soon as possible regardless of major or minor. There are too much users included me who use MudBlazor in their real applications. We already fix two more bugs in autocomplete and we have a known issue between autocomplete and dialog. I hope we can solve altogether within these PR’s.