diff --git a/src/form/dropdown.wc b/src/form/dropdown.wc
new file mode 100644
index 0000000..a7c5e40
--- /dev/null
+++ b/src/form/dropdown.wc
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+
diff --git a/src/form/index.js b/src/form/index.js
index 6a10729..2598330 100644
--- a/src/form/index.js
+++ b/src/form/index.js
@@ -8,4 +8,5 @@ import './radio'
import './checkbox'
import './switch'
import './select'
+import './dropdown'
import './star'
diff --git a/src/form/input.wc b/src/form/input.wc
index 737b1dd..f964da4 100644
--- a/src/form/input.wc
+++ b/src/form/input.wc
@@ -51,8 +51,8 @@ li {
padding: 0 8px;
border: 0;
border-radius: inherit;
- color: inherit;
font: inherit;
+ color: inherit;
background: none;
outline: none;
box-shadow: none;
diff --git a/src/form/select.wc b/src/form/select.wc
index 9754253..d4af4a4 100644
--- a/src/form/select.wc
+++ b/src/form/select.wc
@@ -1,9 +1,7 @@