Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当专注于输入类型date时,模拟器会弹出日期编辑对话框,但无法编辑值。似乎击键仍在报告给当前 DOM 而不是日期对话框?
date
<input type="date" id="dateinput" name="dateinput" />
如何手动触发编辑对话框并阻止它显示在焦点上?
示例应用程序可以在这里找到。