[Vue] rework input value reset that allows parent component to disallow change
#19375
Needs Review4.12.0
@diosmosis
opened this Pull Request on June 21st 2022
Member
Description:
Instead of resetting modelValue before sending update:modelValue, res…et after if modelValue has not changed so cursor change will only happen if change is disallowed.
[ ] Potential edge cases thought about (behavior of the code with strange input, with strange internal state or possible interactions with other Matomo subsystems)
[ ] Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)