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
6 stars 6 forks source link

keyboard mode disabled when using the package on web #11

Closed matteoberla closed 7 months ago

matteoberla commented 7 months 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 7 months ago

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

mytooyo commented 7 months 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 7 months ago

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