From 771d475e6b76adaf948d47ad5ed857d18e423934 Mon Sep 17 00:00:00 2001 From: nprol <134269709+nprol@users.noreply.github.com> Date: Wed, 22 Oct 2025 09:23:23 +0200 Subject: [PATCH] typing error solved (#697) Co-authored-by: Noelia Prol Carballo --- _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",