3
I’m having trouble getting the datepicker to open down.
Follow the datepicker parameters I’m using.
$('.date').datepicker({
format: "dd/mm/yyyy",
todayBtn: "linked",
forceParse: false,
autoclose: true,
todayHighlight: true,
language: 'pt-BR',
zIndexOffset: 99999999,
orientation: 'bottom'
});
On some screens zIndexOffset has even solved my problem, but in others the field continues to "open" up.
I have cases that by removing the orientation parameter, the calendar "opens" below the field, and including the orientation parameter: 'bottom', the calendar is displayed above the field.
Ex.:
Correct would be... (Without orientation parameter)
Wrong... (With orientation parameter: 'bottom')
Thank you @acklay. Just before you answered, I changed it and saw it. "Noobada" mine.
– Rafael Weber
@Rafaelweber normal! Happens! = D abs
– viana