Ignition 8.1.0
Under certain situations two dateTimeInputs on the same view will appear very differently when opened.
Following is a very simple view that demonstrates the issue.
{
"custom": {},
"params": {},
"props": {},
"root": {
"children": [
{
"children": [
{
"children": [
{
"meta": {
"name": "DateTimeInput"
},
"position": {
"basis": "170px"
},
"type": "ia.input.date-time-input"
},
{
"meta": {
"name": "DateTimeInput_0"
},
"position": {
"basis": "170px"
},
"type": "ia.input.date-time-input"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "400px"
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "FlexContainer_0"
},
"position": {
"basis": "200px"
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
}
I found that adding another input (like a checkbox) on the far left, before the first date picker, resolves the issue.