Enhance Date Field Input Functionality for Offers
Current date fields in the offers section are not intuitive and can lead to input errors. Specifically, the fields do not recognize slashes (”/”) to move between month, day, and year segments.
Additionally, when users enter a single-digit month and key over, the system incorrectly includes the first digit of the day as part of the month. This rigid adherence to the mm/dd/yyyy format without accommodating common typing behaviors slows down the process, especially when filling out multiple commissions.
Proposed Enhancement:
• Allow the use of slashes (”/”) to navigate between date segments.
• Automatically move to the next field after the appropriate number of digits are entered, even with single-digit months or days.
• Implement input flexibility to accept various date entry formats (e.g., m/d/yyyy, mm/d/yyyy).
3
votes
