mytooyo / board_datetime_picker

Picker to select date and time for Flutter. It is both a calendar and a picker, offering a variety of options as a package.
BSD 3-Clause "New" or "Revised" License
14 stars 12 forks source link

keyboard mode disabled when using the package on web #11

Closed matteoberla closed 1 year ago

matteoberla commented 1 year ago

Hi, is it possibile to prevent the keyboard mode activation when on web and other platforms where the keyboard doesn't pop up on screen, while keeping the editing of the fields feature active?

mytooyo commented 1 year ago

I see...we'll deal with it so that it can be operated on the web as well.

mytooyo commented 1 year ago

I tried to correct it. Can you please try the following commit when you have time to see if it matches your request?

board_datetime_picker:
  git:
    url: https://github.com/mytooyo/board_datetime_picker
    ref: db9923f597b830de120ab1b48500a9cb225789c7
matteoberla commented 1 year ago

Hi, just tested it. It is working as expected now. Thank you very much