From b9cf11034348f1d4801c2399a7d0f6de45cba356 Mon Sep 17 00:00:00 2001 From: Sami Suo-Heikki Date: Sat, 16 Jun 2018 12:51:46 +0300 Subject: [PATCH 1/2] Add basic combo-box demo --- demo/combo-box-basic-demos.html | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/demo/combo-box-basic-demos.html b/demo/combo-box-basic-demos.html index d4efa74ea..8b95f99f1 100644 --- a/demo/combo-box-basic-demos.html +++ b/demo/combo-box-basic-demos.html @@ -6,19 +6,32 @@ } +

Combo Box

+ + + + +

Configuring the Combo Box

- - - -

Replacing the Input with an <iron-input>

- - - - - -

Replacing the Input with a <paper-input>

- - - - - - - - diff --git a/demo/combo-box-basic-demos.html b/demo/combo-box-basic-demos.html index 8b95f99f1..9c271823f 100644 --- a/demo/combo-box-basic-demos.html +++ b/demo/combo-box-basic-demos.html @@ -40,95 +40,16 @@

Configuring the Combo Box

-

Selecting a Value

- - - - - -

Using as a Form Field

- - - - - -

Change Event

- - - - -

Allow Custom Values

Allow the user to set any value for the field in addition to selecting a value from the dropdown menu.