Skip to content

Commit 1311511

Browse files
committed
Add obsolete warning to IME mode
Also expand explanation of what IME mode does.
1 parent 997887d commit 1311511

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

powerapps-docs/maker/common-data-service/create-edit-field-portal.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,20 @@ Use the **Delete field** command to delete the field. After deleting the field y
227227
228228
## IME Mode
229229

230-
Any of the fields that provide direct text input have an IME Mode. The Input Method Editor (IME) is used for east asian languages like Japanese. IMEs allow the user to enter the thousands of different characters used in east asian written languages using a standard 101-key keyboard.
230+
> [!WARNING]
231+
> IME mode is obsolete. Power Apps is based on web technologies and this feature has been [removed from industry standards](https://drafts.csswg.org/css-ui-3/#input-method-editor). Unified Interface apps do not support IME mode.
232+
> IME mode does not make sense with modern IMEs, which include touchscreen keyboards. Browsers that still support this may end support at any time. Hence, this feature may stop working even for legacy Web Client apps.
233+
> Consider using features provided by your operating system for convenient text entry. For example, in Windows 10 and Mac OS X, users with a physical keyboard can automatically switch between Japanese kana and Roman characters. Set input method to romaji. Press Shift+_letter_ key to immediately enter a Roman character. Focusing on another text field will automatically switch back to kana input.
231234
235+
IME (input method editor) mode specifies how a physical keyboard can be used to enter characters for text fields. IMEs are tools provided by the operating system for composing text. They are commonly used to enter Chinese, Japanese, and Korean words.
232236

237+
When IME mode is auto, Power Apps will not interfere with the IME. This is the recommended setting.
238+
239+
Disable IME mode to bypass the IME. This can be useful for entering alphanumeric characters.
240+
241+
IME mode does not restrict the characters that users can enter. For example, when IME mode is disabled, users can still enter Japanese characters by pasting in a text input.
242+
243+
IME mode is supported only in Internet Explorer and partially supported in Firefox.
233244

234245
### See also
235246
[Create and edit fields for Common Data Service](create-edit-fields.md)<br />

powerapps-docs/maker/common-data-service/create-edit-field-solution-explorer.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,20 @@ If you delete a lookup field, the 1:N entity relationship for it will automatica
258258

259259
## IME Mode
260260

261-
Any of the fields that provide direct text input have an IME Mode. The Input Method Editor (IME) is used for east asian languages like Japanese. IMEs allow the user to enter the thousands of different characters used in east asian written languages using a standard 101-key keyboard.
261+
> [!WARNING]
262+
> IME mode is obsolete. Power Apps is based on web technologies and this feature has been [removed from industry standards](https://drafts.csswg.org/css-ui-3/#input-method-editor). Unified Interface apps do not support IME mode.
263+
> IME mode does not make sense with modern IMEs, which include touchscreen keyboards. Browsers that still support this may end support at any time. Hence, this feature may stop working even for legacy Web Client apps.
264+
> Consider using features provided by your operating system for convenient text entry. For example, in Windows 10 and Mac OS X, users with a physical keyboard can automatically switch between Japanese kana and Roman characters. Set input method to romaji. Press Shift+_letter_ key to immediately enter a Roman character. Focusing on another text field will automatically switch back to kana input.
265+
266+
IME (input method editor) mode specifies how a physical keyboard can be used to enter characters for text fields. IMEs are tools provided by the operating system for composing text. They are commonly used to enter Chinese, Japanese, and Korean words.
267+
268+
When IME mode is auto, Power Apps will not interfere with the IME. This is the recommended setting.
269+
270+
Disable IME mode to bypass the IME. This can be useful for entering alphanumeric characters.
271+
272+
IME mode does not restrict the characters that users can enter. For example, when IME mode is disabled, users can still enter Japanese characters by pasting in a text input.
273+
274+
IME mode is supported only in Internet Explorer and partially supported in Firefox.
262275

263276

264277
### See also

0 commit comments

Comments
 (0)