From e2c7b1cc11f40bef36c686131cae644f6eb9a9a6 Mon Sep 17 00:00:00 2001 From: Noelia Prol Carballo Date: Wed, 22 Oct 2025 09:16:08 +0200 Subject: [PATCH] typing error solved --- _data/components/formDataComponent/oValueChange.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/components/formDataComponent/oValueChange.yml b/_data/components/formDataComponent/oValueChange.yml index 1a0ac753b..64aff7b87 100644 --- a/_data/components/formDataComponent/oValueChange.yml +++ b/_data/components/formDataComponent/oValueChange.yml @@ -7,7 +7,7 @@ attributes: [{ description: "Reference to the input." },{ name: "type", - description : " The value is 0 if the change is emitted by the user or 1 if change is emitted by programmaticñ", + description : " The value is 0 if the change is emitted by the user or 1 if change is emitted by programmatic", type: "0 | 1 " },{ name: "newValue",