File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2275,7 +2275,7 @@ the specific language governing permissions and limitations under the Apache Lic
22752275 if ( noHighlightUpdate !== false ) {
22762276 if ( initial === true && selected >= 0 ) {
22772277 // By default, the selected item is displayed inside the result list from a single select
2278- // User can provide an implementation for 'hideSelectionFromResult' and hide it
2278+ // User can provide an implementation for 'hideSelectionFromResult' and hide it
22792279 if ( this . opts . hideSelectionFromResult !== undefined && selectedElm !== null ) {
22802280 if ( this . opts . hideSelectionFromResult ( selectedElm ) )
22812281 selectedElm . addClass ( "select2-selected" ) ;
@@ -3329,11 +3329,8 @@ the specific language governing permissions and limitations under the Apache Lic
33293329 adaptContainerCssClass : function ( c ) { return c ; } ,
33303330 adaptDropdownCssClass : function ( c ) { return null ; } ,
33313331 nextSearchTerm : function ( selectedObject , currentSearchTerm ) { return undefined ; } ,
3332- << < << << HEAD
3332+ hideSelectionFromResult : function ( selectedObject ) { return undefined ; } ,
33333333 searchInputPlaceholder : ''
3334- === = ===
3335- hideSelectionFromResult : function ( selectedObject ) { return undefined ; }
3336- >>> > >>> master
33373334 } ;
33383335
33393336 $ . fn . select2 . ajaxDefaults = {
You can’t perform that action at this time.
0 commit comments