diff --git a/entries/textinput.xml b/entries/textinput.xml index 749808f9..b144a8e1 100644 --- a/entries/textinput.xml +++ b/entries/textinput.xml @@ -12,7 +12,7 @@
Text Input:
-
+
]]>
This will produce a basic text input. The default styles set the width of the input to 100% of the parent container and stack the label on a separate line.
@@ -23,7 +23,7 @@Text Input:
-
+
]]>
This will produce an input that is not as tall as the standard version and has a smaller text size. @@ -35,7 +35,7 @@
Text Input:
-
+
]]>
This markup creates a text input with a clear button that becomes visible as soon as a character has been entered. @@ -49,7 +49,7 @@
-
+
]]>
@@ -110,7 +110,7 @@ $( "input" ).textinput();
Search Input:
-
+
]]>
This will produce a basic search input. The default styles set the width of the input to 100% of the parent container and stack the label on a separate line.
@@ -121,7 +121,7 @@ $( "input" ).textinput();Search Input:
-
+
]]>
This will produce a search input that is not as tall as the standard version and has a smaller text size. @@ -135,7 +135,7 @@ $( "input" ).textinput();
-
+
]]>
diff --git a/resources/search-input/example1.html b/resources/search-input/example1.html
index 59b2a905..cf02c0ee 100644
--- a/resources/search-input/example1.html
+++ b/resources/search-input/example1.html
@@ -26,7 +26,7 @@