Skip to content

accordion won't open after installed select and import select.js #183

@elnasnato

Description

@elnasnato

accordion won't open after installed select and import select.js in app.js.

but when if it's not imported, accordion works but select doesn't works.

tried to reinstall accordion but it changes nothing.

is there any steps that i'm missing?

one more, wire:click redirect route not working too.

public function detail($id)
    {
        return $this->redirectRoute('perangkat-keras.detail', $id, navigate: true);
    }
<x-ui.button
        wire:click="detail('{{ $item->id }}')"
        icon="eye"
        size="xs"
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions