From 22dc68d1ba4fc24ef6d0b472ddd57aecd2f5ea80 Mon Sep 17 00:00:00 2001 From: Sam Machin Date: Mon, 13 Dec 2021 16:49:19 +0000 Subject: [PATCH] Add text about setting typeField on defaults --- docs/api/ui/typedInput/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/ui/typedInput/index.md b/docs/api/ui/typedInput/index.md index f431f799..a242d144 100644 --- a/docs/api/ui/typedInput/index.md +++ b/docs/api/ui/typedInput/index.md @@ -118,6 +118,7 @@ In some circumstances it is desirable to already have an `` element to st the type value of the typedInput. This option allows such an existing element to be provided. As the type of the typedInput is changed, the value of the provided input will also change. +The type field should also be added as a property of the defaults object so that it is saved. ```javascript $(".input").typedInput({