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

feat(dynamic-input): 动态录入增加 disabled 属性 #4055

Closed
Sonic853 opened this issue Nov 18, 2022 · 0 comments · Fixed by #4114
Closed

feat(dynamic-input): 动态录入增加 disabled 属性 #4055

Sonic853 opened this issue Nov 18, 2022 · 0 comments · Fixed by #4114
Labels
feature request New feature or request

Comments

@Sonic853
Copy link

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

能在提交表单时禁用动态录入时的增删改以及排序以避免误操作

Expected API (期望的 API)

<n-dynamic-input :disabled="true" />
<!-- 或者是这样 -->
<n-form :disabled="true">
  <n-dynamic-input />
</n-form>
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant