generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
Problem
In the One Page Input modal, VDATE inputs are listed before other VALUE/FIELD inputs even when the VDATE token appears later in the template/capture format. This makes input order inconsistent with the template.
Steps to reproduce
- Create a capture/template format with a VALUE token followed by a VDATE token.
- Enable One Page Input.
- Run the choice.
Expected
Input fields appear in the same order as the tokens in the format.
Actual
VDATE inputs appear first regardless of placement.
Notes
The preflight collector processes VDATE tokens before VALUE/FIELD tokens (see RequirementCollector.format), so insertion order in requirements is skewed.
coderabbitai
Metadata
Metadata
Assignees
Labels
No labels