I'm trying to create a birth date set of questions consisting of a month drop-down, followed by a 2-digit day text field, followed by a 4-digit year text field. (See attached survey json.)
I set the startWithNewLine to false for the month and year questions so everything will all be on the same line, which seems to work.
However, setting the size for the day and year questions to 2 and 4 respectively doesn't seem to work as expected. The field lengths seem to be correct, but they are each inside of a box that's taking up 1/3 of the screen width. What is the recommended way to achieve my desired outcome? (See attached desired and actual screenshots.)