Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch(v5): pr6215 #6404

Commits on Jan 18, 2024

  1. fix(DateRangeInput): Treat array of nulls as empty value to set start…

    … date on click (#6215)
    
    - Правим пример в сторибуке, чтобы DateRangeInput реагировал на изменения дат.
    - исправляем поведение при выборе даты, если value={[null, null]}. В этом случае onChange возвращал всегда [null, null], что бы мы не выбрали в DateRangeInput.
    Временное решение без этого фикса это передавать `undefined`. Будет актуально для v5, если не выпустим там патч.
    - Меняем тип value c Array на Tuple, так как value может содержать только два элемента.
    mendrew committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4dba7ab View commit details
    Browse the repository at this point in the history