bitfoundation / bitplatform

Build all of your apps using what you already know and love ❤️
https://bitplatform.dev
MIT License
1.07k stars 221 forks source link

The AllowTextInput used to be able to modify the input date format automatically, but now it can't #2194

Open Kamalifar opened 2 years ago

Kamalifar commented 2 years ago

I mentioned an issue(#2161) before that you solved the problem, it's very appreciated.

However, one problem that arises now is that it no longer considers the different modes of manual entry of date. For example, in the previous version (11.0.0), if the user entered only the month and day, then the current year was automatically selected, including the day and month, or there was no need for the user to enter both digits of the month or both digits of the day. For example, Even if, he entered 2/3, the date picker would be automatically selected on the third of Ordibehesht of the current year.(1401/02/03) However, now (Version 12.0.0-pre-03) the whole date must be entered by observing the two digits of the month and day to determine the date, That's mean 1401/02/03.

It is expected that the previous feature will also exist, and the user will not be required to enter the zero digit for single digit months as well as single digit days. Also, if the user did not specify the year when entering and only entered the month and day, the date picker will automatically select the current year. Exactly like the previous version.

Bit Blazor client

Bit nuget package's version. 12.0.0-pre-03 Blazor Server or Blazor Web Assembly or both? Blazor Server Which browser? Chrome Version 102.0.5005.63 (Official Build) (64-bit) Which blazor version? blazor 6

msynk commented 1 year ago

Thanks for contacting us. We're investigating this issue. We'll let you know if it's possible to work on this issue or not.