Skip to content

F7React <Range> onRangeChange/onRangeChanged issue #3872

@vigorox

Description

@vigorox
  • Framework7 version: 6.0.15
  • React.js version: 17.0.2
  • Platform and Target: Chrome browser
  • LiveLink

Describe the bug

React component's onRangeChange/onRangeChanged is unable to retrieve the updated state

To Reproduce

  1. Click button#1 to update "count" to 2.
  2. Drag , console shows that count = 2
  3. Drag Framework7 , console shows that count = 0 (but it should be 2)

Expected behavior

It should be able to get updated state value in onRangeChange/onRangeChanged callback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions