Suggestion

Support MB Builder SuggestionResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24828
    Nuno CruzNuno Cruz
    Participant

    When a field is of type date, add the html attribute: autocomplete = off. The autocomplete attribute always hinders the use of the date type field.

    #24838
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Thank you for your suggestion.

    I'm going to inform the development team to add this to the backlog development. For now, you can use this simple jQuery code to add the HTML attribute to the date field.

    jQuery(document).ready(function($) {
        $('input#field_id').attr('autocomplete', 'off');
    });
    #26520
    Anh TranAnh Tran
    Keymaster

    Hi Nuno,

    Thanks for your feedback. The autocomplete is added here and will be included in the next version.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.