Closed
Description
Please fill out these Check-boxes
- I checked for existing similar issues
- I checked that the plugin is up to date
- The issue persists with all other plugins and themes disabled
Plugin Version
1.4.1
This Issue Occurs on
- Windows
- Linux
- macOS
- Android
- iOS
Debug Info
SYSTEM INFO:
Obsidian version: v1.8.10
Installer version: v1.8.3
Operating system: Windows 10 Pro 10.0.19045
Login status: logged in
Language: en
Catalyst license: insider
Insider build toggle: on
Live preview: off
Base theme: dark
Community theme: AMOLED Serenity v1.1.0
Snippets enabled: 2
Restricted mode: off
Plugins installed: 10
Plugins enabled: 10
1: Dataview v0.5.68
2: Plugin Update Tracker v1.6.2
3: Supercharged Links v0.12.1
4: Outliner v4.9.0
5: Advanced Tables v0.22.1
6: Leaflet v6.0.5
7: Meta Bind v1.4.1
8: BRAT v1.1.6
9: Calendarium v2.0.0
10: JS Engine v0.3.2
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
adding a default value option to an input does not actually set that value. For example, if you have a dnd strength score field default to 10, then the field says it is set to ten, but if you have a view that calculated the strength modifier based on the strength score it will base the calculation off of zero instead of 10.
Steps to Reproduce
- Add a numeric input field with a default value other than zero
- Add a view field based off the same bind target that shows the value
- Until you change the field from its default value, the view field will show 0
Expected Behavior
If a defaultValue is specified then it should be recorded as that value until the value has been changed