You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This call fails with the Uncaught TypeError. 'optgroup_header' doesn't have a mapping in self.render.
This may or may not be a problem, but html[0] ends up being undefined in this case, which is what results in the error. I would add the code that causes it, but it's proprietary. I am hoping this gives enough information to reproduce it in a different way.
The text was updated successfully, but these errors were encountered:
In selectize.js, in the function refreshOptions(), optgroup can be IPV6ADDRESS, and in line 2151:
This call fails with the Uncaught TypeError. 'optgroup_header' doesn't have a mapping in self.render.
This may or may not be a problem, but html[0] ends up being undefined in this case, which is what results in the error. I would add the code that causes it, but it's proprietary. I am hoping this gives enough information to reproduce it in a different way.
The text was updated successfully, but these errors were encountered: