Skip to content

Chrome overrides value if superior to max value of input[type=range] because Vue sets attributes in the same order as they are provided #9515

Open
@stevelacey

Description

@stevelacey

Version

2.6.6

Reproduction link

https://codepen.io/posva/pen/LqMMNV

Steps to reproduce

  • set value attribute before max with a value > 100 on Chrome

What is expected?

Vue should respect the value attr regardless of whether it is outside of the bounds of the default min/max threshold

What is actually happening?

Vue sets the value to 100 if it is >100

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions