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
You're completely right. The options need to include showFooter: true for the search to show, however that introduces another bug, where when you click in the input box, it instantly closes the window and you can't type. I think I was actually using the searchInFooter and not showing the footer to hide the input box because of this.
However, I was able to figure out I could define the container property, and tweak the popover template to get it to show in the middle of the tab with search functionality.
I'll add this change and release a new rc version with it.
1.1.2rc11 released with the above commit. You can change the plugin's release channel in Software Update settings to Release Candidate and upgrade when prompted.
Describe the bug
When using the icon picker, there is no search function, even though there should be according to the jinja template.
OctoPrint-BedLevelVisualizer/octoprint_bedlevelvisualizer/templates/bedlevelvisualizer_settings.jinja2
Line 221 in 4f460c7
Expected behavior
Search function active.
This may be due to the footer not being shown by default? IE, not having
showFooter: true
?Screenshots
Firmware and Version
BedLevelVisualizer v1.1.1
The text was updated successfully, but these errors were encountered: