• Resolved mwokasch

    (@mwokasch)


    In the last update, the Date Picker no longer has a “year” picker.

    Also, is there way to permit the fall back of letting the user type into the field.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Err sorry what do you mean? in the datepicker you can also select a year. You just need to click in the year and type the year that you want to use.

    Thread Starter mwokasch

    (@mwokasch)

    Before the most recent update, there used to be a drop down in the date picker for year. That seems to have disappeared. I can adjust the date only one month at a time now.

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Actually this version has never had a dropdown, this uses a different dropdown control than smart forms which use a text input instead of a dropdown.

    Regards!

    Thread Starter mwokasch

    (@mwokasch)

    There is a year dropdown on one of your example forms. For example, you can see it here: https://imgur.com/IudmrQ7

    This is the example form: https://allinoneforms.rednao.com/field-demo-2/datepicker/

    But ever since the last update, that year drop down no longer shows up.

    Plugin Author EDGARROJAS

    (@edgarrojas)

    you mean the month picker? That dropdown is for the month not year.

    Thread Starter mwokasch

    (@mwokasch)

    The little box with “2022” in the screenshot above. That disappeared when I updated to the most recent version.

    Here’s a screenshot of my form with the current version: https://imgur.com/a/iDkfFfr

    It re-appears if I roll back the latest version.

    Thread Starter mwokasch

    (@mwokasch)

    This might be a bug or a CSS conflict somewhere in something. I can make the year picker appear by adding the following to the custom CSS section:

    
    .flatpickr-current-month input, .flatpickr-current-month select  { display: inline-block !important; }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Bug: Date Picker has no “year” picker’ is closed to new replies.