日期字段的焦点边框
有没有办法在选择日期字段时在日期字段上设置焦点边框,并在我们从日期字段失去焦点时将边框更改为其他颜色。
谢谢
Is there a way to Set a a focus border on a datefield when it is selected and change the border to some other colour when we lose focus from the datefield.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此示例可能是你在寻找什么。它在示例中使用了
TextField
,但适应与DateField
一起使用应该不会太难。This example may be what you're looking for. It uses a
TextField
in its example, but it shouldn't be too hard to adapt for use with aDateField
.