You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need my InputDateRange to be configurable so that I can choose whether I want future month to be positioned on the right from my active month OR previous month to be positioned on the left.
By the default the [defaultViewedMonth] prop controls positions of the months inside component's view, but once the month becomes active e.g. some range is picked by default, the active month stays on the left and future - on the right.
July on the left, August on the right
What I need is to be like this
June is on the left, selected range in July on the right
Proposed solution
I would propose optional prop called [showPrevMonthByDefault] to be responsible for showing prev month if there's already range picked
The text was updated successfully, but these errors were encountered:
Hi! Interesting idea, i think it maybe good to improve this feature through DI option, not input. We will consider this in the future when updating the component specification
We definitely do not need more flags. We need to expose the calendar for full control, that's the plan for when we will refactor controls to tui-textfield
Description
Problem description
I need my InputDateRange to be configurable so that I can choose whether I want future month to be positioned on the right from my active month OR previous month to be positioned on the left.
By the default the
[defaultViewedMonth]
prop controls positions of the months inside component's view, but once the month becomes active e.g. some range is picked by default, the active month stays on the left and future - on the right.July on the left, August on the right
What I need is to be like this
June is on the left, selected range in July on the right
Proposed solution
I would propose optional prop called [showPrevMonthByDefault] to be responsible for showing prev month if there's already range picked
The text was updated successfully, but these errors were encountered: