• Resolved fbmbohen

    (@fbmbohen)


    Hi there,

    i need help with the search field. If i type just one letter in the search field, multiple suggestions appear in a list below the typed letter. This looks very unpleasant and is not wanted.

    Is it possible to turn off this function? I just do not want the auto complete function in the search field.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support saadali2905

    (@saadali2905)

    Hi,

    Thanks for writing to us.

    The suggestions appear by “Job Search Box” or “Ajax Job Search” if you have any of the addon then deactivate it.

    Regards

    Thread Starter fbmbohen

    (@fbmbohen)

    Thank you for your reply.

    The problem is, that i need the ajax job search, so that the whole page is not refreshing by clicking on search. I just do not need the auto complete function. I do not want suggestions to appear, if i write in the field.

    Is it possible to just turn the auto complete off function?

    best regards

    Plugin Support saadali2905

    (@saadali2905)

    Hi,

    Hope you are well.

    There is no option to hide the suggestions or disable them for the design to be better you can use the below solution else for hiding you can also use CSS.
    Kindly replace the following code in your simple-job-board/public/css/simple-job-board-public.css on line no 2990 if you are using classic layout(v1) else if you are using modern layout(v2) then line 3046.

    For Classic Layout(v1):
    .sjb-page .sjb-filters.sjb-filters-v1 .form-control {
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #777777;
    font-size: 16px;
    height: 40px;
    margin-bottom:32px;
    }

    For Modern Layout (v2):
    .sjb-page .sjb-filters.sjb-filters-v2 .form-control {
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #777777;
    font-size: 16px;
    height: 40px;
    margin-bottom:32px;
    }

    Regards

    Thread Starter fbmbohen

    (@fbmbohen)

    Okay, thank you. It looks better now.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove autocomplete from search field’ is closed to new replies.