generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
A new number input field defaults to 0 unlike the text field. Cannot set empty default value either. #470
Closed
4 of 8 tasks
Labels
bug
Undesired behavior caused by this plugin
Comments
dmantisk
changed the title
The number input field defaults to 0 when empty unlike the text field
A new number input field defaults to 0 unlike the text field. Cannot set empty default value either.
Nov 28, 2024
I'm unsure if this should be a feature request instead. |
This is not really a bug, but I agree that |
fixed in 8549da2 |
This doesn't seem to be fixed as of version 1.2.5. |
1.2.5 is older than that commit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please fill out these Check-boxes
Plugin Version
1.2.5
This Issue Occurs on
Debug Info
Describe the Issue
The input field for number defaults to having '0'. In comparison, the text field is empty with the placeholder 'text' by default.
The problem is I cannot set the 'defaultValue' to be empty either.
Steps to Reproduce
Create either a new inline or codeblock number input field
INPUT[number]
Expected Behavior
Create an empty number input field without any default data like the text field.
The text was updated successfully, but these errors were encountered: