cappuccino / cappuccino

Web Application Framework in JavaScript and Objective-J
https://cappuccino.dev/
GNU Lesser General Public License v2.1
2.2k stars 333 forks source link

fixed: poor user experience when entering dates that are too high for… #3053

Closed daboe01 closed 4 months ago

daboe01 commented 1 year ago

… the current month. E.g. if you enter 30 in Februrary (30/02), "30" will be silently reset to 01/02 after tabbing over to the month field. This patch makes sure that 30 is retained in the day field. To achieve this, the month is bumped by one, so 30/02 would automatically get to 30/03 after tabbing over the month field.

cappbot commented 1 year ago

Milestone: Someday. Label: #new. What's next? A reviewer should examine this issue.

daboe01 commented 1 year ago

-#new +AppKit

cappbot commented 1 year ago

Milestone: Someday. Label: AppKit. What's next? A reviewer should examine this issue.

daboe01 commented 4 months ago

i have used this in production for several months and my users are extremely happy with this.