You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpatieTags Component does not support reorderable feature as origina TagsInput does.
You can reorder the tags in the UI but the order is not saved, I think that this is because taggable table does not have an order column and neither the order is handled on the save action neither load action.
Expected behavior
When I reorder the tags it should be saved and then shown as it was ordered previoulsy
Steps to reproduce
Create SpatieTagsInput component
Add tags to the component
Reorder the added tags
The tags are not saved neither shown as it was ordered in step 3.
Reproduction repository (issue will be closed if this is not valid)
diegoldev
changed the title
In SpatieTagsInput componet, reorderable() feature is not working
In SpatieTagsInput component, reorderable() feature is not working
Oct 29, 2024
Package
filament/spatie-laravel-tags-plugin
Package Version
v3.2.121
Laravel Version
v11.29.0
Livewire Version
No response
PHP Version
8.2.0
Problem description
SpatieTags Component does not support reorderable feature as origina TagsInput does.
You can reorder the tags in the UI but the order is not saved, I think that this is because taggable table does not have an
order
column and neither the order is handled on the save action neither load action.Expected behavior
When I reorder the tags it should be saved and then shown as it was ordered previoulsy
Steps to reproduce
Reproduction repository (issue will be closed if this is not valid)
https://github.com/diegoldev/spatietags-issue/tree/main
Relevant log output
No response
Donate 💰 to fund this issue
The text was updated successfully, but these errors were encountered: