EasyUI Forum
May 10, 2024, 04:32:09 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: How to disable manual input on datebox or combobox  (Read 7532 times)
kayjay
Newbie
*
Posts: 10


View Profile Email
« on: February 01, 2016, 10:08:21 AM »

Any Ideas on how to disable manual input on datebox or combobox. I want the user to only be able to pick and not to type.
Thanks
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: February 02, 2016, 12:34:43 AM »

Please set the 'editable' property to false.
Code:
$('#cc').combobox({
  editable: false
});
Logged
kayjay
Newbie
*
Posts: 10


View Profile Email
« Reply #2 on: February 02, 2016, 01:11:18 AM »

Why didn't I spot that.
Many thanks
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!