microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
https://www.fluentui-blazor.net
MIT License
3.23k stars 294 forks source link

How to implement a tree select #1967

Closed Seanxwy closed 2 weeks ago

Seanxwy commented 2 weeks ago

🙋 Feature Request

动画

I want to achieve this effect, please ask how to do it. Can you do this using select + treeview?

🤔 Expected Behavior

select loads tree-structured data and can perform selection operations

😯 Current Behavior

💁 Possible Solution

🔦 Context

💻 Examples

vnbaaij commented 2 weeks ago

No, this can not be done with the current select. It expects (Fluent)Option elements as it's child content.

Should not be too hard/difficult to build something yourself that can wrap the FluentTreeView. We do not plan to build this as part of the library as it is not a much requested option. (In fact, you are the first)