-1
如何在文本字段上的每2個字符後添加點(。)。在文本字段上輸入每2個字符後添加點數extjs 5
有沒有具體的方法來做到這一點?
我的代碼:
var txtNoNpwp = {
afterLabelTextTpl: required,
allowBlank: false,
anchor: '100%',
labelAlign: 'left',
labelWidth: 130,
fieldLabel: 'No NPWP',
id: 'txtNoNpwp',
name: 'txtNoNpwp',
xtype: 'textfield'
};
您可以捕獲keyup事件並在每個第二個字符後面添加'.'。我想這是我能夠在沒有看到你的代碼的情況下做到的。請分享您的代碼和**您在哪裏卡住** – Rajesh
這可能有所幫助:https://www.sencha.com/forum/showthread.php?106101-Keyup-on-a-TextField-SearchFIeld – Rajesh
謝謝@Rajesh我將嘗試 – andrei