fyne-io / fyne

Cross platform GUI toolkit in Go inspired by Material Design
https://fyne.io/
Other
23.95k stars 1.34k forks source link

Add a date/time input widget #888

Open andydotxyz opened 4 years ago

andydotxyz commented 4 years ago

We should flesh out requirements and design for this. Should be a great addition for forms :)

andydotxyz commented 4 years ago

? not sure if we can really get this in the next release or not?

sdassow commented 8 months ago

If there is the need or otherwise interest in existing date (and time) picker code, below is the repo with my latest attempt. Inspired by previous issues, and thought it might be worth sharing. Currently rather specific to my application needs, but it might be a starting point or serve as further inspiration.

Repository: https://github.com/sdassow/fyne-datepicker

*EDIT: Only noticed there is a calendar in the fyne-x repository after watching FyneConf videos. That ones tries to do something similar, but since that is less complete I will leave my comment/version here.