File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 769769 searchplaceholder : undefined ,
770770 ready : function ( ) {
771771 if ( this . dataset . choices ) {
772+ this . options = [ ] ;
772773 var choices = JSON . parse ( this . dataset . choices ) ;
773774 for ( option in choices ) {
774775 this . options . push ( { 'value' : option , 'label' : choices [ option ] } ) ;
777778 }
778779 } ) ;
779780 </ script >
780- </ polymer-element >
781+ </ polymer-element >
Original file line number Diff line number Diff line change 769769 searchplaceholder : undefined ,
770770 ready : function ( ) {
771771 if ( this . dataset . choices ) {
772+ this . options = [ ] ;
772773 var choices = JSON . parse ( this . dataset . choices ) ;
773774 for ( option in choices ) {
774775 this . options . push ( { 'value' : option , 'label' : choices [ option ] } ) ;
777778 }
778779 } ) ;
779780 </ script >
780- </ polymer-element >
781+ </ polymer-element >
You can’t perform that action at this time.
0 commit comments