Date selection window below Input box

On click of input field by default the date selection wondow gets opened just besides to input field (at right side).
We need to open it at bottom of the input field.
I know that setPosition(x,y) is there but don’t want to play around to calculate element’s x and y positions all the time.
Is there any other option like a parameter to achieve this ?

Hi,

  1. Calendar should be assinged to input on init stage
  2. myCalendar.setPosition(“bottom”) // it shpuld be set by the default

dhtmlx.com/docs/products/dht … input.html