Hello Madalena,
It is expected to be included in the next Hotel Booking plugin update release. You may try the following suggestion from one of our users as a temporary solution:
This plugin file needs to be edited:
/public_html/wp-content/plugins/motopress-hotel-booking/templates/shortcodes/search/search-form.php
line 34
i just added inputmode=”none” below the type=”text”
id=””
data-datepick-group=””
value=””
placeholder=””
required=”required”
type=”text”
inputmode=”none”
name=”mphb_check_in_date”
class=”mphb-datepick”
autocomplete=”off”
and line 54 the same for the checkout date i just added the same line here too
id=””
data-datepick-group=””
value=””
placeholder=””
required=”required”
type=”text”
inputmode=”none”
name=”mphb_check_out_date”
class=”mphb-datepick”
autocomplete=”off”
Regards,
Andre