Sometimes on the problem tab the inputs for the number of pieces used will get stuck. Clicking the up/down arrows result in the value getting quickly set back to the original value (always zero?). This happens rarely, so I'm not sure what triggers it. I've seen this occur on both my computer and a Mac.
I've managed to get the vue devtools open once when I reproduced this. When clicking the arrows, the VTextInput component doesn't emit any changed:model-value events as it should.
Things to try:
Upgrade vuetify
Try VNumberInput - This needs a vuetify upgrade. This is a better input to use than VTextInput anyways, so this should be changed regardless. Use this for the piece's bounds input too!
Sometimes on the problem tab the inputs for the number of pieces used will get stuck. Clicking the up/down arrows result in the value getting quickly set back to the original value (always zero?). This happens rarely, so I'm not sure what triggers it. I've seen this occur on both my computer and a Mac.
I've managed to get the vue devtools open once when I reproduced this. When clicking the arrows, the
VTextInput
component doesn't emit anychanged:model-value
events as it should.Things to try:
VTextInput
anyways, so this should be changed regardless. Use this for the piece's bounds input too!