使用DeVexTreme Vue组件,是否有任何方法可以自定义默认按钮'标签,就像“确定”和“取消”
经过标签框组件的大部分API文档后,我仍然没有弄清楚如何自定义本地化和更好的UX的“确定”和“取消”标签。
我还没有发现任何道具吗?
提前致谢 !
After going through much of the API documentation of the TagBox component, I still haven't figured out how to customize the "OK" and "Cancel" labels for localization and better UX.
Are there any props that I haven't figured out yet that exist for this ?
Thanks in advance !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用jQuery更改“获取按钮元素”并更改标签,当内容准备就绪或打开下拉列表时,这可以使用,请检查事件。
或
实现自己的按钮:
You could change get the button elements with jquery and change the label, this works when the content is ready or when the dropdown is open, check the events.
Or
Implement your own buttons: