Is it possible to reset (or set to null) a YAML metadata field associated Meta Bind field of type inlineSelect or suggester ? #631
-
|
Is it possible to reset (or set to null) a YAML metadata field as well as its associated Meta Bind field of type inlineSelect or suggester directly from the field itself? If this is not possible, an alternative could be to add a small Meta Bind button next to the field. However, this would only be a workaround. In that case, which commands should be associated with this button to perform the reset? Thank you in advance for your guidance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
you can add an option with a null value e.g. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much for your answer. However, I don’t see how this could be applied to a list of options dynamically built from the notes of a specific folder. Here’s an example of the template in question: INPUT[inlineListSuggester(optionQuery("R-REFERENTIEL/RD-DOMAINES"), useLinks(true))] Could you please clarify whether this configuration also allows resetting the value to blank (or null) in this case, or if there is a specific method to achieve that? |
Beta Was this translation helpful? Give feedback.
you can add an option with a null value e.g.
option(null)