DatePicker issue.

Hi Team,

For a datepicker field , on selection of any date the value will be populated in its text field container.

The issue here is since the container is text field , user can edit the data after selecting fro datepicker.

Is there any possibilty so that user should not be allowed to change it manually.

This issue occurs only in mobile device as in mobile keypad pop-up on click of date picker container field.

Hello,

Datepicker does not contain input elements inside. Therefore, it is very weird that keyboard appears… Possibly you customized datepicker and made it editable.
Could you provide more details about the issue:

  • which webix demo allows to reproduce the problem ?

  • what device you are using ?

Hi Maria,

I am too sorry for confusing you.

This issue is related to view:“combo”.

When we select a value from the picklist(combo view) since it looks like a text box after selection , in mobile device the keyboard pops-up for this.

Do we have any solution so that the keyboard should not open while selecting this field and we are using the standard combo view.

Hi,

Try to use “richselect” view instead of “combo”. In this case, the keyboard won’t appear.

Thank you.!!