Sorry, correct was the following.
return Ext.String.startsWith(candidateRecord.get('stateName'), value, true) ||
Ext.String.startsWith(candidateRecord.get('abbreviation'), value, true);
Type: Posts; User: naoaki
Sorry, correct was the following.
return Ext.String.startsWith(candidateRecord.get('stateName'), value, true) ||
Ext.String.startsWith(candidateRecord.get('abbreviation'), value, true);
Hi
This is an example's syntax error report.
https://docs.sencha.com/extjs/7.1.0/modern/Ext.field.ComboBox.html#cfg-primaryFilter
return...
Hi
Is there any update or information ?
I have got same problem and need a solution.
Hi
To avoid this build problem, you can do the following.
* This is a temporary workaround.
$ cd your-extjs-app-directory
$ cp -r node_modules/@sencha/ext-modern-treegrid/src/* ...
Hi
Thank you for reply.
I understand. I look forward to it.
Hi
When will 7.0 Community Edition be enabled on myget repository ?
Currently it is still 6.7.
Do you have any info ?
Hello Kumar,
Thank you for your response.
I understand it. I hope it will be fixed soon.
Regards,
Naoaki
Hi
Now I got a dependency error for tree grid in ExtJS 6.7.0 Community Edition.
Is this a bug ? or I have to do some settings ?
or we can't use tree grid in ExtJS 6.7.0 CE ?
## Steps...