Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete dependency not resolved #125

Open
JarLowrey opened this issue Aug 21, 2017 · 2 comments
Open

Autocomplete dependency not resolved #125

JarLowrey opened this issue Aug 21, 2017 · 2 comments

Comments

@JarLowrey
Copy link

JarLowrey commented Aug 21, 2017

Autocomplete's dependencies are not resolving and are leaving the CSS in a broken state.

Attempting to include only autocomplete widget: application.js has //= require jquery-ui/widgets/autocomplete and application.css.scss has *= require jquery-ui/autocomplete results in

selection_006

And the ui-helper-hidden-accessible div is visible.

If you include all of jquery-ui in those files it instead looks like this and ui-helper-hidden-accessible div is hidden.

selection_007

Functionality seems to work fine, so it may be a CSS only problem

@JarLowrey
Copy link
Author

It appears the minimum dependencies for autocomplete CSS is

 *= require jquery-ui/menu
 *= require jquery-ui/core

Instead of requiring everything via jquery-ui

@sergey-alekseev
Copy link

Related to #107.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants