ant-design-blazor / ant-design-blazor

🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
https://antblazor.com/
MIT License
5.83k stars 1.07k forks source link

Select drop down datasource not filtered when datasource was changed #3438

Closed NgMeiYann closed 7 months ago

NgMeiYann commented 1 year ago

Select drop down datasource was not populate in ordered. UI shown ordering is mess out image

inspect console was able to writeline in ordered image

NgMeiYann commented 11 months ago

@ElderJames , any updates on this?

NgMeiYann commented 11 months ago

@ElderJames, attached here my demo repo, and demo video for further information. Appreciate if you could help on this.

https://github.com/ant-design-blazor/ant-design-blazor/assets/86877735/aecb7543-1475-44f1-8463-bea79908985c

here is my repo, AntDesignDemoApp

ElderJames commented 11 months ago

Thanks for contacting us @NgMeiYann ,we will look into this issue.

NgMeiYann commented 7 months ago

will need to add below property into select component. SortByLabel="SortDirection.Ascending"