-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
ion-datetime issues with properties: min max displayFormat pickerFormat #8729
Comments
@ecureuill Working on this now. The example where it's missing a day, the format for day is uppercase |
@adamdbradley do you know if there will be any performance improvements for date picker on android devices? At least on Moto X Pure Marshmallow, date picker rolls glitchy and slow. If you haven't experienced this we may open another issue to work it out. Thanks! :) |
@devarg yes, @manucorporat just completed a refactor that addressed many of it's issues. fc2ee64 It'll be in the next release. |
Thanks for the help @ecureuill! A few more unit tests were added to fix this bugs, thanks! |
@adamdbradley , epic. |
Short description of the problem:
Add
displayFormat
orpickerFormat
attribute led to:Add
max
attribute with a date less than current date lead tomax attr value less then (current date - 101)
max attr value less then current date & greater then (current date - 100)
After scroll in picker or select a date, missed column appear.Add
min
attribute lead to:min attr value greater then current year
min attr value is today, yesterday or tomorrow
. After scroll in picker or select a date, missed column appear.What behavior are you expecting?
Other information:
Tested in chrome
Which Ionic Version? 1.x or 2.x
2 RC1
Plunker that shows an example of your issue
http://embed.plnkr.co/MjdZ0n/
Run
ionic info
from terminal/cmd prompt: (paste output below)Cordova CLI: 6.3.1
Gulp version: CLI version 3.9.1
Gulp local:
Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.0
Ionic App Lib Version: 2.1.0-beta.1
OS: Distributor ID: Debian Description: Debian GNU/Linux 8.6 (jessie)
Node Version: v6.6.0
The text was updated successfully, but these errors were encountered: