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

Add "flip" property to dropdown component #15013

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

Persaeus
Copy link
Contributor

@Persaeus Persaeus commented Dec 6, 2024

Description

This simple PR allows the possibility to override the "flip" floating-UI parameter for the "dropdown" blade component:

<x-filament::dropdown :flip="false">
    ...
</x-filament::dropdown>

This is useful in situations where the default "flip" effect would be undesirable.

Functional changes

  • Code style has been fixed by running the composer cs command.
  • Changes have been tested to not break existing functionality.
  • Documentation is up-to-date.

@danharrin danharrin added the enhancement New feature or request label Dec 7, 2024
@danharrin danharrin added this to the v3 milestone Dec 7, 2024
@danharrin danharrin merged commit 7bd14e0 into filamentphp:3.x Dec 7, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants