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
The issue persists with all other plugins and themes disabled
Plugin Version
1.2.5
This Issue Occurs on
Windows
Linux
macOS
Android
iOS
Debug Info
SYSTEM INFO:
Obsidian version: v1.7.7
Installer version: v1.7.7
Operating system: Windows 10 Enterprise 10.0.19045
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 1
Restricted mode: off
Plugins installed: 2
Plugins enabled: 2
1: Meta Bind v1.2.5
2: JS Engine v0.1.20
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
Describe the Issue
Using the addLabels porpertie on a progressBar input has no effect.
I am happy to provide a PR for this, I am just not sure if all three labels should be hidden or just the left and right one (leaving the current value displayed)
Please fill out these Check-boxes
Plugin Version
1.2.5
This Issue Occurs on
Debug Info
Describe the Issue
Using the
addLabels
porpertie on aprogressBar
input has no effect.Steps to Reproduce
Both produce the exact same result.
Expected Behavior
As documentded, using
addLabels(false)
should hide the labels.Additional Info
The option is loaded into the swelt-component same as in the slider, it's just never used:
obsidian-meta-bind-plugin/packages/core/src/fields/inputFields/fields/ProgressBar/ProgressBarComponent.svelte
Line 9 in 09d6371
I am happy to provide a PR for this, I am just not sure if all three labels should be hidden or just the left and right one (leaving the current value displayed)
obsidian-meta-bind-plugin/packages/core/src/fields/inputFields/fields/ProgressBar/ProgressBarComponent.svelte
Lines 130 to 132 in 09d6371
obsidian-meta-bind-plugin/packages/core/src/fields/inputFields/fields/Slider/SliderComponent.svelte
Lines 31 to 33 in 09d6371
The text was updated successfully, but these errors were encountered: