Parcourir la source

Code clean-up.

Aleksander Nowodzinski il y a 6 ans
Parent
commit
cce44f1950
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      packages/ckeditor5-ui/src/dropdown/dropdownview.js

+ 0 - 2
packages/ckeditor5-ui/src/dropdown/dropdownview.js

@@ -183,11 +183,9 @@ export default class DropdownView extends View {
 					'ck',
 					'ck-dropdown',
 					bind.to( 'class' ),
-					bind.if( 'hasError', 'ck-error' ),
 					bind.if( 'isEnabled', 'ck-disabled', value => !value )
 				],
 				id: bind.to( 'id' ),
-				'aria-invalid': bind.if( 'hasError', true ),
 				'aria-describedby': bind.to( 'ariaDescribedById' )
 			},