Skip to content
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

fixed dropdownopen on chat blade #44

Closed
wants to merge 1 commit into from

Conversation

makzumi
Copy link

@makzumi makzumi commented Sep 12, 2023

No description provided.

@makzumi makzumi mentioned this pull request Sep 12, 2023
@feryae
Copy link

feryae commented Nov 5, 2023

This also happens with filter-form-blade.php. Adding x-data="{ dropdownOpen: false }" fixed it :

...
@props(['indicatorsCount', 'width'])
<div x-data="{ dropdownOpen: false }" class="filament-apex-charts-filter-form relative">
    <div class="filament-dropdown-trigger cursor-pointer flex items-center justify-center" aria-expanded="false">
        <button type="button" @click="dropdownOpen = !dropdownOpen"
            class="fi-icon-btn relative flex items-center justify-center rounded-lg outline-none transition duration-75 focus:ring-2 disabled:pointer-events-none disabled:opacity-70 h-9 w-9 text-gray-400 hover:text-gray-500 focus:ring-primary-600 dark:text-gray-500 dark:hover:text-gray-400 dark:focus:ring-primary-500 fi-ac-icon-btn-action"
            title="Filter">

            <span class="sr-only">
                Filter
            </span>

            <x-filament::icon icon="heroicon-s-funnel" class="h-5 w-5" />
...

@leandrocfe
Copy link
Owner

Please check the new version and make a new PR if it was necessary

@leandrocfe leandrocfe closed this Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants