hernansartorio / hernansartorio/jquery-nice-select
'update' not rendering the elements
Open
- 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.