From bf6120e5ce89e381a0137f6c878d364cb59841a6 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 8 Oct 2024 20:44:03 +1000 Subject: [PATCH] Update modules/ROOT/pages/dialog-components.adoc --- modules/ROOT/pages/dialog-components.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/dialog-components.adoc b/modules/ROOT/pages/dialog-components.adoc index 86a64311e..4ce6efb0a 100644 --- a/modules/ROOT/pages/dialog-components.adoc +++ b/modules/ROOT/pages/dialog-components.adoc @@ -406,6 +406,7 @@ An *input* is a composite component that renders a label and a single line text |placeholder |string |optional |String of placeholder text for the input field. |enabled |boolean |optional |Allows the field to be disabled. Default is `+true+`. |inputMode |string |optional |Allows for the specification of input type for displaying contextual onscreen keyboards on mobile devices. +4+| include::partial$misc/admon-requires-7.4v.adoc[] |context |string |optional |default: `mode:design` - The context property dynamically enables or disables the input based on the editor's current state. For details, see: xref:context.adoc[Context]. |===