ivirabyan / jquery-mentions

Adds mentioning support to your text fields.
http://ivirabyan.github.io/jquery-mentions/
MIT License
114 stars 49 forks source link

Disable Helper Text #55

Closed varun-raj closed 8 years ago

varun-raj commented 8 years ago

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

ivirabyan commented 8 years ago

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;
}