From 3d1857de79e821fd5152823ca3af94ffe33ca323 Mon Sep 17 00:00:00 2001 From: Adrian Hangan Date: Tue, 28 Mar 2017 17:16:25 +0300 Subject: [PATCH 1/5] testing selected value --- demo/index.html | 220 ++++++++++++++++++++++++------------------------ 1 file changed, 110 insertions(+), 110 deletions(-) diff --git a/demo/index.html b/demo/index.html index 086da49..f37eeab 100644 --- a/demo/index.html +++ b/demo/index.html @@ -28,110 +28,110 @@

etools-searchable-multiselection-menu demo

-

Single selection, with search

- - - - -

Single selection, with search, always display an empty value

- - - - - -

Single selection, with search, limit of 3 elements

- - - - -

Single selection, without search

- - - - - -

Single selection, disabled

- - - - - - -

Multi selection, with search

- - - - - - -

Multi selection, disabled

- - - - - -

Change event('value-change') examples

- - - - - -

Error messages and validations

- - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Custom objects as options. You can specify value and label properties from object option to be used.

@@ -141,13 +141,13 @@

Custom objects as options. You can specify value and label properties from o -

Readonly state

+ - - - + + + + +
From 22ebe3b72511c73c07998a00c1f1a6fee908977a Mon Sep 17 00:00:00 2001 From: Adrian Hangan Date: Wed, 29 Mar 2017 20:24:24 +0300 Subject: [PATCH 2/5] selected values reset bug fix --- demo/demo-custom-objects-as-options.html | 64 ++++----- etools-searchable-multiselection-menu.html | 148 +++++++++++++-------- 2 files changed, 127 insertions(+), 85 deletions(-) diff --git a/demo/demo-custom-objects-as-options.html b/demo/demo-custom-objects-as-options.html index 60cebde..3cf14bb 100644 --- a/demo/demo-custom-objects-as-options.html +++ b/demo/demo-custom-objects-as-options.html @@ -4,25 +4,25 @@