-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for month names #60
Comments
@Weav3r |
Thanks for the quick response. I've currently hacked together a temporary solution for my testing purposes (off a fork) that allows a format string and locale to be passed as |
@Weav3r |
Yes, using the name of the month for input will feel natural. This would mean probably storing the month names in the map passed to generate the wheel. Also, I don't know how the locale will affect it. For my hacky solution I just format the numeric values of the map generated for the months. My use case doesn't require input for the months since generally there are 12 months (not that many to scroll). However, for consistency other developers may prefer the months to be editable. |
@Weav3r To make it more versatile, input needs to align with the display, so I will add that control as well. I’ll tailor the features and implementation to suit your use case, so please allow me some time. |
Thank you. I'm in no rush to have this feature btw |
First off, thanks for your hard work and great package. I know this package is supposed to be as universal as possible but is it possible to consider providing support month names in the
ListWheelScrollView
for months such that it will be possible to displayJan, Feb, Mar, etc
using date format string e.g. 'MMM' or 'MMMM' instead of the numbers. Again not imposing but hope you consider this so that we could customise the month probably using the full-names for wide screens and short names for small screens.The text was updated successfully, but these errors were encountered: