In Sencha Architect I want to extend the Ext.form.field.Picker
to create a custom component. But the Ext.form.field.Picker
is not in the available toolbox elements. Can I do it somehow?
I try to override the trigger field, and change the:
extend: 'Ext.form.field.Trigger'
to
extend: 'Ext.form.field.Picker'
but it does nothing.