Closed junwoo-nichibo closed 3 years ago
when using bind with the x-form-input , doesn't show the correct value, especially the value is 0. I guess the issue is bound value.
$default = $this->getBoundValue($bind, $name) ?: $default; to $default = $this->getBoundValue($bind, $name) ?? $default;
in \src\Components\HandlesDefaultAndOldValue.php.
Fixed in v3.1.0.
when using bind with the x-form-input , doesn't show the correct value, especially the value is 0. I guess the issue is bound value.
in \src\Components\HandlesDefaultAndOldValue.php.