Skip to content

onChange not working with onMouseUp/onTouchEnd on input type=range #1989

@akush

Description

@akush

For input type=range

<input
          id={`range-for-${uniqueId}`}
          className={getStyleClass(value)}
          onMouseUp={onDragEnd}
          onTouchEnd={onDragEnd}
          type="range"
          min="0"
          max="10"
          value={value}
          onChange={onChange}
          list="steplist"
        />

onChange is not working here. It was working on v10.beta-3 release and not on rc or stable v10.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions