-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Cascader lazy true sets default values #16136
Comments
Translation of this issue: Existing Componentyes Component NameCascader DescriptionCan Cascader let me set default when lazy is set to true delay loading? Scenario if, when adding user information, the province or city is selected, and then when modifying the user, the province or city of the user is selected by default (when delayed loading). |
同问怎么在lazy模式下设置默认值。想手动触发加载数据,但是看了源码,发现太复杂了。。。 |
同问~ |
同问 |
+1,貌似还不能设置呢 |
+1 |
2 similar comments
+1 |
+1 |
我也遇到了同样的问题,设置为lazy的时候如何设置默认值,有谁解决这个问题了吗 |
I have same question. |
+1,不能设置默认值,lazy这个就是鸡肋.发现element所有远程加载的控件都不支持设置默认值. |
+1 遇到这个问题了 |
pr 已经合并 #16420 |
this.$refs.cascader.panel.initStore() ? |
Existing Component
是
Component Name
Cascader
Description
Cascader组件当lazy设置为true延时加载的时候能否让我设置默认值,场景如果,新增用户信息的时候选择了省市区,然后修改用户的时候,默认选中用户的省市区(是延时加载的时候)
The text was updated successfully, but these errors were encountered: