Some work

This commit is contained in:
2025-10-03 13:35:05 -05:00
parent 4b647d9d41
commit f1e705bba5
4 changed files with 41 additions and 12 deletions

View File

@@ -67,6 +67,7 @@ func (w *DatePicker) Init(id string, s tcell.Style) {
w.format = time.RFC3339
w.dateFld = NewField(fmt.Sprintf("%s-date", id), s)
w.dateFld.SetOverwrite(true)
w.dateFld.SetValue(w.date.Format(w.format))
w.dateFld.SetH(1)