Any ball park for what "earliest convenience" looks like? It's been 26 days so far.
Type: Posts; User: grant-humphries
Any ball park for what "earliest convenience" looks like? It's been 26 days so far.
Thanks, looking forward to hearing back
One of the features I like about the JetBrains version of the IDE plugin is that can be configured to automatically add the "requires" that are needed for each class. Does the VS Code version do...
This override has resolved the issue for me so far:
override: 'Ext.form.field.ComboBox',
initComponent: function () {
this.callParent();
if (this.allowBlank ===...
So what was the resolution here? I'm on Windows, but mostly use tools like cgywin. Is there any way to have Sencha Cmd generate files with LF when on a Windows machine?
Time and date fields don't publish their values to the view model when their `setValue` method is called so within the app I'm working on I've instituted an override that changes this behavior that...
Found a workaround for implementing `control` settings in a controller mixin such that they will be added to the control config of the child controllers. Using the example above, the solution looks...
Bump. Having this same issue. Is it possible to have a controller mixin where the `control` config is inherited by the controllers that it is mixed into?