Two issues / enhancement requests for the datepicker: 1. datepicker currently ensures that it fits on screen, even if it covers the input it's bound to. it would be nice if it could learn to a) show below the input if there's room, or b) show above the input if there's room, or c) do what it does now. The show-above-the-input part is what's missing.
2. the current javascript that fixes up the input field allows for some bad dates (e.g., if you hit the right combo of keys, you end up with a year of, say, '0005'. It would be nice to allow either a) an option to tie a function to onblur, so we could fix it up, or some manner of fitting the text to the min / max date for the picker itself. I've got code to fix up the year and make it something potentially- meaningful, but I'd love to see the release code do a better job of constraining / parsing input. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---