Пример: Test-0001
В моем случае это сбрасывание нулей и отображение только Test-1.
Code-
items: [{
xtype: 'textfield',
itemId: 'txt_Barcode',
inputId: 'txt_Barcode',
flex: 1,
labelWidth: 150,
fieldLabel: 'Barcode',
listeners: {
blur: 'onBarcodeBlur',
change: 'onBarcodeChange'
},
bind: '{theRecord.barcode}'
},