-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
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
Splade Component Hides on Rehydrate, Even After Removing from DOM #487
Comments
try wrap <x-splade-form confirm method="post" :action="route('user.store')" stay @success="$splade.emit('team-member-added')">
<x-splade-rehydrate on="team-member-added">
<!-- wrap another form here -->
<x-splade-form>
<x-splade-select id="category-added" remote-url="`/api/fetch-categories`" name="category_id" placeholder="Select Category" option-label="category_serial_name" option-value="id" choices/>
</x-splade-form>
</x-splade-rehydrate>
</x-splade-form> |
But I am facing one issue right now: I am unable to get the category_id for the next dependent dropdown.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You may use the built-in Artisan Command to show the installed versions of the packages:
Make sure both Splade packages (JS + PHP) are up-to-date and on the same version. For example, when using version 0.5.0 of the PHP package, you should use the same JavaScript package version.
Description:
Steps To Reproduce Issue:
The text was updated successfully, but these errors were encountered: