We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当服务端接口返回的数据中,用来表示禁用选项的字段名不为disabled时,需要遍历数据来更改字段名为disabled,数据量大时不合适。
disabled-field
The text was updated successfully, but these errors were encountered:
不会改 disabled = yourdisabled
disabled = yourdisabled
Sorry, something went wrong.
@Sepush 这个倒是可以做,treemate 提供了这个配置的一个选项,只不过没通过 naive 暴露出去
不过这个事情优先级依然不是很高,欢迎 PR
Sepush
Successfully merging a pull request may close this issue.
This function solves the problem (这个功能解决的问题)
当服务端接口返回的数据中,用来表示禁用选项的字段名不为disabled时,需要遍历数据来更改字段名为disabled,数据量大时不合适。
Expected API (期望的 API)
disabled-field
The text was updated successfully, but these errors were encountered: