It seems like something is wrong with the CardWrapper.
I'm a very fresh web development beginner (coming from the .NET World), so it probably is just me, but I found a very strange behavior:
This is working. It only rerenders the updated value-attribute to the DOM every time I enter a character into the NumberInput.
This is NOT working. It rerenders the whole outer div every time I type a character into the number input, thus loosing the keyboardfocus every time I type a character into the NumberInput:
It seems like something is wrong with the
CardWrapper
. I'm a very fresh web development beginner (coming from the .NET World), so it probably is just me, but I found a very strange behavior:This is working. It only rerenders the updated value-attribute to the DOM every time I enter a character into the
NumberInput
.This is NOT working. It rerenders the whole outer
div
every time I type a character into the number input, thus loosing the keyboardfocus every time I type a character into theNumberInput
:I must be doing something terribly wrong. Do you have any idea, what could be wrong?