We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
null
Passing null to :value is not possible at the moment, only strings are accepted.
:value
$user->name = null; <x-input name="name" :value="$user->name ?? ''"/>
Passing a null to the value attribute should be possible.
value
The text was updated successfully, but these errors were encountered:
Allow passing null for value attribute
639d705
Solves blade-ui-kit#58 . Related blade-ui-kit#59.
Successfully merging a pull request may close this issue.
Passing null to
:value
is not possible at the moment, only strings are accepted.Passing a
null
to thevalue
attribute should be possible.The text was updated successfully, but these errors were encountered: