File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed 
projects/igniteui-angular/src/lib/date-range Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 7070< ng-template  #defTemplate > 
7171    < igx-date-single > 
7272        <!-- display format instead? what about shortDate, etc? --> 
73-         < input  #singleInput  igxInput  [placeholder] ="appliedFormat " type ="text " readonly > 
73+         < input  #singleInput  igxInput  type ="text " readonly 
74+         [placeholder] ="this.value ? '' : appliedFormat "
75+         role ="combobox "
76+         aria-haspopup ="grid "
77+         [attr.aria-expanded] ="!this.toggleDirective?.collapsed "
78+         [attr.aria-labelledby] ="this.label?.id "
79+         /> 
7480
7581        < igx-prefix  *ngIf ="!this.prefix && !this.suffix " (click) ="open() "> 
7682            < ng-container  *ngTemplateOutlet ="defIcon "> </ ng-container > 
8086            < ng-container  *ngTemplateOutlet ="this.prefix.templateRef "> </ ng-container > 
8187        </ igx-prefix > 
8288
83-         < ng-container  ngProjectAs ="igxLabel "> 
89+         < ng-container  ngProjectAs ="[ igxLabel] > 
8490            < ng-container  *ngTemplateOutlet ="this.label ? labelTemplate : defLabel "> </ ng-container > 
8591        </ ng-container > 
8692        < ng-container  ngProjectAs ="igx-prefix "> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments