Manual date entry in input field.

Webix registration number is 2560086

Hi,

I’m trying to enter date in editable field by using datepicker view.
When i’m trying to type some value it is automatically converting that to some date.
Ex:- I’m enter “01010101” value in the text box on onchange this value is changing as “01/01/86175”.

can we validate this scenario? Or can we show the data what we enter in that field(i.e.01010101)?

Please look into this snippet: http://webix.com/snippet/962271df

DatePicker can store only valid date

You can use a basic “text” view, which can hold any text, and use calendar just as suggest. In such case the user input will stay unchanged.