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

No Interaction of dependent select field after being re-enabled #12988

Closed
dev-idkwhoami opened this issue May 29, 2024 · 1 comment
Closed

No Interaction of dependent select field after being re-enabled #12988

dev-idkwhoami opened this issue May 29, 2024 · 1 comment
Labels

Comments

@dev-idkwhoami
Copy link
Contributor

Package

filament/filament

Package Version

3.2.83

Laravel Version

11.9.1

Livewire Version

3.5.0

PHP Version

8.3.2

Problem description

When trying to disable a field based on a condition, like whether a previous field is filled or not the disabled select field is not interactable after the element itself was "enabled".

I also tried using the ->native(false) option but in both cases the same issue occurs.

brave_f65EIJBWvV

Expected behavior

The select field should be interactable and behave as like it would when it wasn't disabled.

Here an example of how it should work by providing a default state for the continent field:

brave_zaFp4GU8cm

Steps to reproduce

  1. Navigate to Customers
  2. "Edit" any record from the table
  3. Click the "New Address" button
  4. Select any Continent
  5. Issue occurred

Reproduction repository

https://github.com/dev-idkwhoami/filament-demo/tree/bug/dependent-disabled-select-fields

Relevant log output

No response

@danharrin
Copy link
Member

danharrin commented May 29, 2024

#11289, #10263, #8951, #8935, #8097, #3068

@danharrin danharrin closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants