Describe the bug
When the Date Input with size="fillParent" is placed inside a flex container it does not take the whole width as it should.
It only works correctly when the flex container it is also direction="column".
Screenshots
Additional context
It might be due to the div that contains the date input.
This issue is stale because it has been open for 15 days with no activity. If there are no further updates or modifications within the next 15 days, it will be automatically closed.
Describe the bug When the Date Input with
size="fillParent"
is placed inside a flex container it does not take the whole width as it should. It only works correctly when the flex container it is alsodirection="column"
.Screenshots
Additional context It might be due to the
div
that contains the date input.