-
-
Notifications
You must be signed in to change notification settings - Fork 762
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] Control the edit button of the drop-down box #3478
Labels
feature request
New feature or request
Comments
4 tasks
以下写法将在0.2.16生效。 univer.registerPlugin(UniverSheetsDataValidationPlugin, {
showEditOnDropdown: false,
}); |
The following writing method will take effect in 0.2.16. univer.registerPlugin(UniverSheetsDataValidationPlugin, {
showEditOnDropdown: false,
}); |
固德固德 |
Good Deeds Good Deeds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initial checklist
Problem
下拉框的值可以任意改动,需要有个编辑按钮的权限控制,希望尽快处理一下
The text was updated successfully, but these errors were encountered: