File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 
src/components/form/date-pickers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ function DatePickerInput(
6363            InputProps : {  readOnly : props . readOnly  } , 
6464          } , 
6565        } } 
66-         onAccept = { props . onChange } 
66+         onChange = { props . onChange } 
6767        minDate = { props . minDate } 
6868        maxDate = { props . maxDate } 
6969        views = { props . views } 
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function DateTimePickerInput(
6565            } , 
6666          } , 
6767        } } 
68-         onAccept = { props . onChange } 
68+         onChange = { props . onChange } 
6969        minDate = { props . minDate } 
7070        maxDate = { props . maxDate } 
7171        views = { props . views } 
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ function TimePickerInput(
6868            } , 
6969          } , 
7070        } } 
71-         onAccept = { props . onChange } 
71+         onChange = { props . onChange } 
7272        views = { props . views } 
7373        format = { props . format } 
7474        data-testid = { props . testId } 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments