From 1d50585bfcb4b19da1ed6ef24d3f14c4c9560961 Mon Sep 17 00:00:00 2001 From: Larry Rowe <26939860+larryr1@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:33:50 -0400 Subject: [PATCH] Update Input.md Added that input objects are derived from ChangeableObject. --- docs/objects/Input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/objects/Input.md b/docs/objects/Input.md index e5fe7e0..a9edab3 100644 --- a/docs/objects/Input.md +++ b/docs/objects/Input.md @@ -1,6 +1,6 @@ Input objects allow you to create a field where the user can enter text. -In addition to the Object and VisualObject methods, Input objects have the following methods: +Input objects are derived from Object, VisualObject, and ChangeableObject. Input objects have the following additional methods: | | | |---|---|