File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22  "name" : " react-multi-select-component" 
3-   "version" : " 2.0.13 " 
3+   "version" : " 2.0.14 " 
44  "description" : " Simple and lightweight multiple selection dropdown component with checkboxes, search and select-all" 
55  "author" : " Harsh Zalavadiya" 
66  "license" : " MIT" 
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export const SelectPanel = (props: ISelectPanelProps) => {
6262    focusSearchOnOpen  ? FocusType . SEARCH  : FocusType . NONE 
6363  ) ; 
6464
65-   const  [ selectAllLength ,  setSelectAllLength ]  =  useState ( 0 ) ; 
65+   const  [ selectAllLength ,  setSelectAllLength ]  =  useState < number > ( ) ; 
6666  const  selectAllOption  =  { 
6767    label : selectAllLabel  ||  getString ( "selectAll" ,  overrideStrings ) , 
6868    value : "" , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments