Skip to content

feat(SelectTree): add auto active value function #6684

@WilliamLiu1997

Description

@WilliamLiu1997

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

想要实现所选节点的全路径显示

Describe the solution you'd like

SelectTree 组件在文本框的编辑和非编辑状态取值不一致,编辑状态下通过自定义的ToString()方法可以实现全路径显示,非编辑状态下由于取值为_selectedItem?.Text导致不能实现全路径显示文本。

是否可以增加全路径显示属性或编辑状态下取值跟非编辑状态一致。

Image

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions