ivirabyan / jquery-mentions

Adds mentioning support to your text fields.

Home Page:http://ivirabyan.github.io/jquery-mentions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable Helper Text

varun-raj opened this issue · comments

How can I disable the default helper text given by jQuery UI Autocomplete.

2 results are available, use up and down arrow keys to navigate

This helper text shouldn't be visible, it is only used for screen readers. Seems like you don't included corresponding styles to your project.
Jquery UI stylesheets contain this style:

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}