英文:
How to remove the focus from mat-datepicker-toggle?
问题
我想使用Tab键进行导航,而不是导航到切换按钮,我想导航到可编辑字段。如下图所示:
英文:
I want navigate with tab and instead of navigating to the toggle button, I want to navigate to the editable field. As the image below:
I tried to find in the documentation an function or directive that disable the focusable from toggle-button, but I don't have success.
答案1
得分: 1
已解决:我只在mat-datepicker-toggle
元素中添加了属性绑定[tabIndex]="-1"
。
英文:
Solved: I only add the property binding [tabIndex]="-1"
in the mat-datepicker-toggle
element
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论