You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the single mode for the calendar and have come to the realization that the currentValueView is, in fact, redundant, as users can already view the date they have chosen. I believe introducing this option would grant users increased flexibility to tailor the application's appearance and functionality, aligning them more closely with their individual preferences and needs.
Many thanks for this great framework.
The text was updated successfully, but these errors were encountered:
- logic hide currentValueView (flag closeOnSelectionImmediately)
- logic dismiss controller after select date in .single mode (flag closeOnSelectionImmediately)
- logic reset date for repeated tap on date in .single mode (flag allowToChooseNilDate)
I am using the single mode for the calendar and have come to the realization that the currentValueView is, in fact, redundant, as users can already view the date they have chosen. I believe introducing this option would grant users increased flexibility to tailor the application's appearance and functionality, aligning them more closely with their individual preferences and needs.
Many thanks for this great framework.
The text was updated successfully, but these errors were encountered: