From 5742b380ce6dd86b18af642d8f92afc64d822385 Mon Sep 17 00:00:00 2001 From: Patricia Martinez Tilve Date: Mon, 16 Mar 2026 10:09:36 +0100 Subject: [PATCH] New input `currency-symbol-column` --- _data/components/currencyInput.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_data/components/currencyInput.yml b/_data/components/currencyInput.yml index a097fcf3d..ca4057cfe 100644 --- a/_data/components/currencyInput.yml +++ b/_data/components/currencyInput.yml @@ -28,6 +28,13 @@ attributes: [{ default : "right", required : "", description : "Position of the currency symbol" +},{ + name : "currency-symbol-column", + type: "string", + default: "", + since: "15.9.0", + description: "Column name containing the currency symbol for each row. Default:$. Supports nested properties using dot notation (e.g., 'currency.symbol')" + }] inheritedOutputs: [{