generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin
Description
Please fill out these Check-boxes
- I checked that the plugin is up to date
- The issue persist with all other plugins and themes disabled
This Issue Occurs on
- Windows
- Linux
- macOS
- Android
- iOS
Plugin Version
1.0.4
Describe the Issue
When inserting meta-bind inputs inside a callout, I am unable to click the input to edit. It begins to edit the callout instead.
I'm not sure if this is fixable, but I know I can click things inside callouts with the Tasks plugin, so I figured it was worth mentioning.
Steps to Reproduce
Create the following and try to edit it.
> [!info]
> Walk (distance)
> ```meta-bind
> INPUT[number:walk_distance]
> ```
>
> Vitamins
> ```meta-bind
> INPUT[toggle(defaultValue(false)):vitamins]
> ```
FWIW; clicking the toggle does work, but it still goes into edit the callout. Text input fields do not work as clicking the field to edit it causes the callout to go into edit mode.
Expected Behavior
The callout to stay in preview mode and allow for me to edit text fields.
LynetteCullens
Metadata
Metadata
Assignees
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin