Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
multiselect field validation focus not working - border not highlight in red color
Hi team,
xtype: multiselectfield, multiselect
{
xtype: 'multiselect',
displayField: 'Name',
fieldLabel: Edge.lang.store.title,
labelWidth: 80,
height: 130,
allowBlank: false,
valueField: 'Id',
selModel: {
mode: 'SIMPLE'
},
width: 420,
store: mystore
}
If not select any item from multiselect and click submit button then not highlight multiselect box in red color.
Example
http://dev.sencha.com/ext/5.1.0/examples/multiselect/multiselect-demo.html
step 1: clear button then show right side validation icon but multiselect box not highlight in red color.
Thanks
-
Sencha - Support Team
Hi atmiyadas2014,
Hopefully you've gotten this to work, if not could you put your example in a fiddle (http://fiddle.sencha.com)?
Is your example not showing the validation error as depicted in the examples?
Regards,
Bryan