Denis Linnik
Denis Linnik
Thanks for the wonderful library! I have a couple of questions, the answers to which I did not find in the documentation I have json array ``` data: { src:...
Can I make such a search through your wonderful plugin, name:cities - this label for search groupe, and results these are the search group results...my array looks like: ``` [...
There is a great feature for the dropdown component in your build
If the offcanvas menu is closed quickly (do not wait for it to close) and then opened, then it will not open
Where long content doesn't fit on the screen, change the tab bar to on mobile. Bad idea, it seems more convenient to add a kingpin from right to left for...
Thanks for a great product, do you have an example Navbar with Offcanvas?
Please tell me a method that includes model attributes with translatable attributes in the package For example, we write instead of $post->translations->name - $post->name
I create models: Clinic, Service, ClinicService (pivot) + ClinicServiceTranslable Clinic model ``` class Clinic extends Model { use HasFactory, Translatable; protected $fillable = [ 'is_active', ]; public $translatedAttributes = [...