summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2021-02-26 11:45:36 -0500
committerGitHub <noreply@github.com>2021-02-26 11:45:36 -0500
commit17a9e62722dc34b645f583689f1b999f2f48edcf (patch)
treedd650f86c0a23567d99f6281733dad8b271a0a6d
parent2f0ffaacaf807dce0e10c2bd52c232380d4b1367 (diff)
downloadsdl_core-17a9e62722dc34b645f583689f1b999f2f48edcf.tar.gz
Common.KeyboardInputMask fix (#3636)
-rw-r--r--src/components/interfaces/HMI_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 0afd4d132d..abda527bcd 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -3221,7 +3221,7 @@
If empty, the auto-complete list will be removed from the screen.
</description>
</param>
- <param name="maskInputCharacters" type="KeyboardInputMask" mandatory="false">
+ <param name="maskInputCharacters" type="Common.KeyboardInputMask" mandatory="false">
<description>Allows an app to mask entered characters on HMI</description>
</param>
<param name="customKeys" type="String" maxlength="1" minsize="1" maxsize="10" array="true" mandatory="false">