Denis Linnik

Results 8 issues of 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:...

enhancement

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

documentation

If the offcanvas menu is closed quickly (do not wait for it to close) and then opened, then it will not open

bug

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...

enhancement

Thanks for a great product, do you have an example Navbar with Offcanvas?

enhancement

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

question

I create models: Clinic, Service, ClinicService (pivot) + ClinicServiceTranslable Clinic model ``` class Clinic extends Model { use HasFactory, Translatable; protected $fillable = [ 'is_active', ]; public $translatedAttributes = [...

question