Hi,
I have created a popup window in pos. When I click on the payment method a popup window will be shown with a textarea.
But the issue is, I am unable to input any value to the textarea using the keyboard.
I can input value to the text area using 'ctrl+v' , but no other keys in the keyboard is working.
The code I used is below,
this.gui.show_popup('textarea',{
'title': _t('Swipe your card'),
'confirm': function(value) {
//-------- my code--------------- } });
Any help appreciated.
Thank you.