-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
ReferenceError: onshow_callback is not defined in Firefox #735
Comments
This is a strange one. |
@ckosloski it could work if the dropdown-menu is created by angular-bootstrap library. |
I can see if I can get something added in the next couple of weeks. |
@sinall how do you plan to use the dropdown-menu in an editable form? |
@ckosloski I use it to refresh the select list and view/create new item. |
@sinall so the inputs are linked? |
The inputs are editable-select, a dropdown menu is next to it. |
Doesn't work on firefox, did you change the code? I can not find ' |
Sorry, I pasted the wrong link. |
I tried several times. But it doesn't display correct. It shows like this:
|
OK, so it seems there is an issue with the value being initially set.. |
Steps to reproduce the issue in Firefox.
jsfiddle example
The text was updated successfully, but these errors were encountered: