I’m having an issue lining up the UDDatePicker object with two textboxes. I’m using a UDGrid inside a UDCard. Both the textboxes line up but I can’t get the UDDatePicker to lineup with them. The Date Picker is shifted up and overlapping the text box above it. I’m still new to UDApps so I’m sure there is a better way of doing this. Any suggestions would be helpful.
Sorry I never included the code, this is UD version 4.3.2 with no theme:
(I took the code OP posted above, and removed the variables / put some static values for testing).
@mch - your issue is slightly different from OPs since you’re using different components, but i just gave a quick test and managed to get them to (nearly) align by using the outlined variant of the New-UDSelect too, the bottom is off by a few px but its something I’d probably live with than faff around. Otherwise using classes or divs / other html elements to nudge things around might be the only way