For me the issue stemmed from the fact that ToolbarVisualView.js from the responsive_menu module was loaded before ToolbarVisualView.js from the toolbar module, whereby the ToolbarVisualView object has not been created yet at the time that the responsive_menu script tries to access it. I was able to solve it for myself by adding a hook_library_info_alter hook with a conditional library dependency on toolbar/toolbar if the toolbar module is enabled.
This issue appears to be fixed in 1.2 so I'm closing this.
ordermind β created an issue.
ordermind β created an issue.
Here's my patch!
ordermind β created an issue.
Works fine for me too.
Upping the priority to Major.
*** comment removed, this issue was due to code outside of this module ***
Another bug I found was that if you delete a value as well as the empty "new value" item, and then click on the button to add another value, the value that you deleted will be displayed. According to me, the expected behavior is that it should be empty.
For me, if I click on the remove button when there is only one field value with data that has been saved to the database already, such as when editing an existing entity, the saved values are displayed again rather than empty values which is the expected behavior according to me.