From ea6482a03f77d787faa8782a7fa77107ed0225d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rio?= Date: Tue, 28 Jan 2025 19:48:41 +0000 Subject: [PATCH] Update src/scripts/OSFramework/OSUI/Constants.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Pedro Lourenço --- src/scripts/OSFramework/OSUI/Constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/OSFramework/OSUI/Constants.ts b/src/scripts/OSFramework/OSUI/Constants.ts index b7d638fd36..3efdba06fd 100644 --- a/src/scripts/OSFramework/OSUI/Constants.ts +++ b/src/scripts/OSFramework/OSUI/Constants.ts @@ -109,7 +109,7 @@ namespace OSFramework.OSUI.Constants { /* To fix an issue when: - The user is using a device with an Arabic Language - - The application IS NOT usgin the Arabic Language + - The application IS NOT using the Arabic Language That makes date type inputs to loose the date format and show the date in the wrong format, We must force the text direction to RTL at the input in order to fix it.