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

CalendarRange - не вызывается обработчик onInputChange, если передать его в inputFromProps или inputToProps #639

Closed
dmit-bar opened this issue Apr 21, 2023 · 0 comments · Fixed by #652

Comments

@dmit-bar
Copy link

Опишите проблему

CalendarRange - не вызывается обработчик onInputChange, если передать его в inputFromProps или inputToProps

Шаги для воспроизведения

  1. Открыть форму с контролом CalendarRange, передать обработчики в onInputChange для inputFromProps и inputToProps
inputFromProps={{
  onInputChange: (event, payload) => {
    setTestValue(payload.value)
  }
}}

Ожидаемое поведение

При изменении значений отрабатывают обработчики onInputChange (в примере выше вызывается setTestValue)

@v-gevak v-gevak linked a pull request Apr 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant