Is your feature request related to a problem? Please describe.**
In my situation, I am using a modal form to create child entities of a page; specifically, for TTRPGs, I have a Town page and then buttons that will call a QuickAdd/Templater command to create a new NPC or group based in that town. I have templater code that can pull the name of the town and feed it to the modal form so that the location field is pre-populated. It works great if that field is a "text" field. If that field is set to be a "Dataview" field, the default value is ignored.
Describe the solution you'd like
It would be nice if we could feed a default value to the "Dataview" field so that it could be pre-populated with a value.
Additional context
Is your feature request related to a problem? Please describe.**
In my situation, I am using a modal form to create child entities of a page; specifically, for TTRPGs, I have a Town page and then buttons that will call a QuickAdd/Templater command to create a new NPC or group based in that town. I have templater code that can pull the name of the town and feed it to the modal form so that the location field is pre-populated. It works great if that field is a "text" field. If that field is set to be a "Dataview" field, the default value is ignored.
Describe the solution you'd like
It would be nice if we could feed a default value to the "Dataview" field so that it could be pre-populated with a value.
Additional context