EasyUI Forum
September 14, 2025, 04:26:45 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: combobox focus -  (Read 5319 times)
Tomas
Newbie
*
Posts: 8


View Profile
« on: May 11, 2020, 06:30:55 AM »

Hi,

  I'm trying to attach a virtual keyboard to a combobox and I can't seem to figure out how to
get it to work.

The following code works
Code:
   $("span.textbox.easyui-fluid.numberbox > .textbox-prompt").focus(function() {
         $(this).getkeyboard().showKeySet("meta1");
   });

but as soon as add this
Code:
$('#PType').combobox({
                onSelect: function(rec){
                    console.log(JSON.stringify(rec))
                }
            });

  It no longer works.

Any suggestions would be great.

Cheers!
Logged
jarry
Administrator
Hero Member
*****
Posts: 2298


View Profile Email
« Reply #1 on: May 12, 2020, 12:15:48 AM »

Please show a live example to demonstrate your issue.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!