Flex 3 中的清除日期字段

发布于 2024-08-06 21:07:39 字数 69 浏览 6 评论 0原文

日期插入后无法清除!我必须在它附近添加一个丑陋的按钮才能以编程方式清除它......

你有更好的解决方案吗?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

久而酒知 2024-08-13 21:07:39

如果您想允许清除文本字段,您可以设置 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".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文