dhtmlxCombo control doesn't render scroll bar on iPad

Hello, I’ve found that dhtmlxCombo doesn’t render the scroll bar on an iPad. Is there a way to fix this? I use the dhtmlxCombo in a custom section of a dhtmlxCalendar appointment lightbox so if I can’t make the dhtmlxCombo work, would the dhtmlx Touch library work within the lightbox? Is there a way to make the dhtmlx Touch combo form control filter and not allow entries that aren’t in the option list?

Thanks,
Chris

Hello Chris,

I’ve found that dhtmlxCombo doesn’t render the scroll bar on an iPad. Is there a way to fix this?

dhtmlxCombo doesn’t provide touch scroll.

I use the dhtmlxCombo in a custom section of a dhtmlxCalendar appointment lightbox so if I can’t make the dhtmlxCombo work, would the dhtmlx Touch library work within the lightbox?

The next Touch version will allow to initialize touch combo in a certain container. So, it will be possibleto place it into lightbox. Moreover, there will be the touch version of scheduler.

Is there a way to make the dhtmlx Touch combo form control filter and not allow entries that aren’t in the option list?

Could you explain this in detail ? What is the desired behaviour ?

Hi Alexandara, what I need the ability to do is filter on every key press to allow the user to only type values in the combo list:

combo.attachEvent("onKeyPressed",function(){ var val=combo.getNodeText(); val=val.substr(0,val.length-1); window.setTimeout(function(){ if(!combo.filterAny){ combo.setComboText(val); combo.filterSelf(); } },1); });

Hi,

touch combo doesn’t support similar functionality. However, the next version will allow to show popups for the input fields. There is built-in functionalily for filtering and you may easily create own combo.

Hi Alexandra - I am working on a project where we need the combobox to work on mobile devices. Do you all have a beta available? Can you tell me what the release schedule is for the version that is supposed to work with iPads and iPhones?

Thanks,
Charles Harvey

Hi Charles,

dhtmlx Touch library provides Combo component. Please visit its home page:

dhtmlx.com/touch/