Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha Premium User
Datefield has two error popups
Ext.form.field.Date has two error popups: first is data-errorqtip, second is title attribute.
https://fiddle.sencha.com/#fiddle/1cnm
OS X El Capitan
Chrome 51.0.2704.103 (64-bit)
ExtJS 6.0.1
Fiddle 6.2.0
Result of my debugging:
http://docs.sencha.com/extjs/6.2.0-c...-getSubTplData
Code:
if (me.ariaRole) {
...
ariaAttr.title = Ext.String.formatEncode(me.formatText, me.format);
...
}
That row sets title. As a quick workaround I see to set ariaRole to false, but this can have side effects.
Code:
{
xtype: 'datefield'
ariaRole: false
}
Any better solutions? I will wait for official approve from sencha's guys before set ariaRole to false.
-
Sencha - Ext JS Dev Team
This should be fixed in 6.2.