summaryrefslogtreecommitdiffstats
path: root/docs/html/design/building-blocks/text-fields.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/design/building-blocks/text-fields.jd')
-rw-r--r--docs/html/design/building-blocks/text-fields.jd8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/html/design/building-blocks/text-fields.jd b/docs/html/design/building-blocks/text-fields.jd
index 1b10420..563f247 100644
--- a/docs/html/design/building-blocks/text-fields.jd
+++ b/docs/html/design/building-blocks/text-fields.jd
@@ -68,3 +68,11 @@ Selection mode includes:</p>
</div>
</div>
+
+
+<div class="note develop">
+<p><strong>Developer Guide</strong></p>
+ <p>For information about how to create text fields, provide auto-complete suggestions,
+ and specify the input mode,
+ see the <a href="{@docRoot}guide/topics/ui/controls/text.html">Text Fields</a> API guide.</p>
+</div>