Skip to content
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

cascader目前仅返回了最后一级的值,能返回相关的父级值吗? #1235

Closed
Adangs opened this issue Sep 24, 2021 · 5 comments · Fixed by #1298
Closed

cascader目前仅返回了最后一级的值,能返回相关的父级值吗? #1235

Adangs opened this issue Sep 24, 2021 · 5 comments · Fixed by #1298
Labels
feature request New feature or request priority: low

Comments

@Adangs
Copy link
Contributor

Adangs commented Sep 24, 2021

This function solves the problem (这个功能解决的问题)

比如省市区选择时,表单提交的时候需要提供对应的三级数据

Expected API (期望的 API)

element cascader 值返回了一个数组[1,2,3],
使用者可以自由选择

请问naive ui 支持吗?

@github-actions github-actions bot added the feature request New feature or request label Sep 24, 2021
@07akioni
Copy link
Collaborator

This function solves the problem (这个功能解决的问题)

比如省市区选择时,表单提交的时候需要提供对应的三级数据

Expected API (期望的 API)

element cascader 值返回了一个数组[1,2,3],
使用者可以自由选择

请问naive ui 支持吗?

暂时没有,可以加上

@07akioni
Copy link
Collaborator

这个确实还挺有必要的

@hanpandeng
Copy link

这个确实还挺有必要的

请问这个功能加上了吗?我现在也碰到相同的功能需求。
如果这个功能没有加上可以提供解决方法吗?感谢

@hanpandeng
Copy link

hanpandeng commented May 19, 2023

这个确实还挺有必要的

请问这个功能加上了吗?我现在也碰到相同的功能需求。 如果这个功能没有加上可以提供解决方法吗?感谢

解决了,使用update回调方法中第三个参数pathValues拿到完整的所有层级选中的value;不过还是希望能够在v-model:value默认完整的层级value,类似elementui和ant design中级联组件拿到的值 [1,2,3]。
感谢

@yesw6a
Copy link

yesw6a commented Dec 14, 2023

这个确实还挺有必要的

请问这个功能加上了吗?我现在也碰到相同的功能需求。 如果这个功能没有加上可以提供解决方法吗?感谢

解决了,使用update回调方法中第三个参数pathValues拿到完整的所有层级选中的value;不过还是希望能够在v-model:value默认完整的层级value,类似elementui和ant design中级联组件拿到的值 [1,2,3]。 感谢

虽然能够拿到所有的父级值,但是回显的时候应该怎么处理呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request priority: low
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants