Flex 3 中的清除日期字段
日期插入后无法清除!我必须在它附近添加一个丑陋的按钮才能以编程方式清除它......
你有更好的解决方案吗?
there's no way to clear a date after it has been inserted! I had to add an ugly button near it to clear it programmatically...
Do you have a nicer solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想允许清除文本字段,您可以设置 editable="true"。
您也可以按住 CTRL 键并单击所选日期来取消选择它,不过,向用户解释这一点可能需要比“丑陋的清除按钮”更多的时间。
You can set editable="true" if you want to allow the text field to be cleared.
You can also CTRL-click the selected date to de-select it, though, it would probably take more to explain that to your users than the "ugly clear button".