Velociraptor45 / Xipona

A Blazor WASM shopping list & recipe web app with a .net backend
MIT License
4 stars 1 forks source link

Shopping List search not cleared after temp. item was created #520

Closed Velociraptor45 closed 1 month ago

Velociraptor45 commented 2 months ago

After a temporary item was created, the search still contains the input, but instead should be cleared.

Velociraptor45 commented 1 month ago

This needs an additional feature from the component framework to set the input value directly. I tried (and succeeded) to implement it in https://github.com/ant-design-blazor/ant-design-blazor/issues/4231, but the PR was turned down as manually setting the input should mean that the user can't type in the Select anymore. Meaning, this will probably never come and always stay like that.