-
Notifications
You must be signed in to change notification settings - Fork 42
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
Navigating to page and going back causes placeholder of flux:select multiple
to be duplicated when using wire:navigate
.
#697
Comments
Another things I noticed, when selecting a couple things, navigating to a different page and then going back, the select still says x selected, but nothing in the list is actually selected. I'd guess this is because there's no binding, but then the select still shouldn't show x selected. |
@SeraphixMD Can you show your |
@jeffchown import './bootstrap';
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; |
@SeraphixMD UPDATE: I tested your code and was able to recreate the issue where:
(and this did occur also when I but I was not able to recreate the placeholder duplication. |
@jeffchown Yeah, it's clear that something is broken, but I'm also having difficulties reliably replicating the the other case I mentioned😒 I'll create a new project from scratch and see where I end up. |
@jeffchown https://github.com/SeraphixMD/select-test.git This reproduces the placeholder text being duplicated. Created a new blank project through Herd, added Flux as a dependency, followed installation guide, and added the minimal code necessary to reproduce 👍 How did you reproduce the |
Well, I can replicate the |
@SeraphixMD I used your code from above to reproduce the |
Just to make sure we're not talking alongside each other, are you not seeing this behavior? This is on the new project I just shared: Screen.Recording.2024-11-19.152500.mp4 |
Just for reference, I'm not able to reproduce the Screen.Recording.2024-11-19.153757.mp4 |
When no placeholder text is present, a space is duplicated.
In another case, the
x selected
text is being duplicated, but I couldn't replicate this in a standalone example.Minimal example:
The text was updated successfully, but these errors were encountered: