hernansartorio / hernansartorio/jquery-nice-select

'update' not rendering the elements

Open
#83 5 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
955
Forks
271
PR merge metrics
No merged PRs in 30d

Description

I'm following the documentation and everything was working fine with the following code:
```
$(document).ready(function() {
$('select').niceSelect();
});
```

However if I add the argument `"update"` (i.e.`$('select').niceSelect("update");`), the nice-select component isn't being created. Any ideas?

Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.