Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(controls): timer input in Sponsor banner issues (stream-labs#4610)
The legacy Vue Timer Input control used in the Sponsor Banner causes issues as it seemed to fail to properly convert the dropdown values to a number, resulting in the timer not being set correctly (at the very least) when picking seconds, causing it to become stuck at 00:00 and sending wrong (and very long) durations sent to the server, corrupting the data. I've found a couple of related issues not addressed in this PR: * How to handle previous data set by users while the incorrect behavior existed, which prevents the time from being shown (it might be as simple as setting a new value within Desktop, or they might need to go to the Dashboard to fix). * Control should auto-dismiss when picking seconds or clicking outside IMHO. ref: https://app.asana.com/0/911512908891105/1204808187898806k
- Loading branch information