From 860e22edc72b98bcb1591b544bb2639d182e6602 Mon Sep 17 00:00:00 2001 From: BerSie Date: Fri, 21 Jun 2024 10:31:00 +0200 Subject: [PATCH] Rename property InputMask.Placeholder (#323) Feedback from developers and app developers indicates that the property name might be misleading (maybe also due the term Placeholder, which is in the vocabulary right above the term InputMask). Proposal was to use PlaceholderSymbol. Looking forward to your feedback. --- vocabularies/UI.json | 2 +- vocabularies/UI.md | 2 +- vocabularies/UI.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vocabularies/UI.json b/vocabularies/UI.json index 46f43a1b..0245929b 100644 --- a/vocabularies/UI.json +++ b/vocabularies/UI.json @@ -1261,7 +1261,7 @@ "$Kind": "ComplexType", "@Common.Experimental": true, "Mask": { "@Core.Description": "The mask to be applied to the property or the parameter" }, - "Placeholder": { + "PlaceholderSymbol": { "$MaxLength": 1, "$DefaultValue": "_", "@Core.Description": "A single character symbol to be shown where the user can type a character" diff --git a/vocabularies/UI.md b/vocabularies/UI.md index ce154b68..fb47c601 100644 --- a/vocabularies/UI.md +++ b/vocabularies/UI.md @@ -758,7 +758,7 @@ Member|Value|Description Property|Type|Description :-------|:---|:---------- [Mask](UI.xml#L1415)|String|The mask to be applied to the property or the parameter -[Placeholder](UI.xml#L1418)|String|A single character symbol to be shown where the user can type a character +[PlaceholderSymbol](UI.xml#L1418)|String|A single character symbol to be shown where the user can type a character [Rules](UI.xml#L1421)|\[[InputMaskRuleType](#InputMaskRuleType)\]|Rules that define valid values for one symbol in the mask
The following rules are defined as default and don't need to be listed here: * = ., C = [a-zA-Z], 9 = [0-9] diff --git a/vocabularies/UI.xml b/vocabularies/UI.xml index 82d2d384..751c7898 100644 --- a/vocabularies/UI.xml +++ b/vocabularies/UI.xml @@ -1415,7 +1415,7 @@ So, masks can be especially useful for input fields that have a fixed pattern, e - +