it looks like the value that is set on useInput only use the defaultValue.
The value might still be set but it is not reflecting the char on the Slot.
we can still set the value by using the ref.setValue, but ideally the controlled form should also work for a seamless integration.
it looks like the value that is set on useInput only use the defaultValue.
The value might still be set but it is not reflecting the char on the Slot.
we can still set the value by using the ref.setValue, but ideally the controlled form should also work for a seamless integration.