From 4e2d382f9fdae304d6b4d415c819aa9c4675cc34 Mon Sep 17 00:00:00 2001 From: Yuri Reis Date: Sun, 16 Oct 2022 22:18:10 -0300 Subject: [PATCH] feat: add input autocomplete example what's new: - autocomplete example with south-american countries - added hover pattern when user tries to select some option --- inputs/index.html | 248 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 176 insertions(+), 72 deletions(-) diff --git a/inputs/index.html b/inputs/index.html index a0263fd..4197148 100644 --- a/inputs/index.html +++ b/inputs/index.html @@ -1,82 +1,186 @@ - - - - + + + HTML Tips and Tricks - Inputs - - - + + + + + - + - +
- - home - -

All about Inputs

- -

Color picker

- -

Color Me!

- -
-

Required

-
- - - -
-
- -
-

Autofocus

-
- - - -
-
- -
-

Placeholder

-
- - - -
-
- -
-

E-mail

-
- - - -
-
- -
-

Regex validations

-
- - - -
-
-
- + + home + +

All about Inputs

+ +

Color picker

+ +

Color Me!

+ +
+

Required

+
+ + + +
+
+ +
+

Autofocus

+
+ + + +
+
- \ No newline at end of file +
+

Placeholder

+
+ + + +
+
+ +
+

E-mail

+
+ + + +
+
+ +
+

Regex validations

+
+ + + +
+
+ +
+

Auto Complete

+
+ +
+ + +
+
+ +
+ + +