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

Fix altInput with live() fields #51

Merged
merged 2 commits into from
Mar 21, 2024

Conversation

dave-mills
Copy link
Contributor

This PR fixes #45. When altInput was being used, any livewire updates to the page would result in the visible input box being cleared.

I think this is because livewire doesn't know about the format required for repopulating the visible input box. Adding wire:ignore to the input seems to fix the issue.

Copy link

what-the-diff bot commented Jan 2, 2024

PR Summary 📚

  • Package Dependencies Updated in Composer.json 📦⬆
    Our trusty composer.json file (think of it as the ingredient list for our software recipe!) has had a little makeover. We've tidied up the package dependencies and upgraded the filament/filament package to its latest stable version ^3.0. This means we are now using the latest and greatest features it has to offer!

  • Enhancements to flatpickr.blade.php File 🌐✨
    We've tweaked the flatpickr.blade.php file (which is part of the form components we use to create interactive elements on our website). Specifically, we've added a new attribute named wire:ignore to the <x-filament::input.wrapper> component. This gives us more control over how this component behaves when interacting with live data on our web pages. 💻

Remember, a better code today means a smoother and more enjoyable website experience tomorrow! 🚀🌈

@coolsam726 coolsam726 merged commit f31b1d4 into savannabits:3.x Mar 21, 2024
1 check passed
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.

[Bug]: Filament v3: Once date is selected it refreshes the state of input to empty
2 participants