-
Notifications
You must be signed in to change notification settings - Fork 34
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
Search input not working in select field for actions #6276
Comments
Fixed in 4.33.0 |
Well, it still doesn't work for any searchable select field in an action. For the first one it's always opened by default (like shown in the screenshot above) and there seems to be some weird interaction with a second one when that gets opened. |
|
Same problem and behavior. |
Arogant I don't know, but bugs are part of the development process 😇 Even if we pay for Nova, there will always be some bugs. This is normal. We just need to be constructive to help them to find and fix bugs. I know this is annoying, my sales team of 10 people is currently blocked due to this bug, they cannot import electrical powers and consumption of French companies but we can just wait for the Nova team to fix the problem. The actual bug is a common regression in Nova on BelongsTo fields. It was already the case on December #6113 then after it works agains and finally not! In #6097 @davidhemphill said #6097 (comment) It seems the previous fix was just a strap... |
same issue here, and blocking me from deadline, looks like I have to modify the code until this one is fixed |
|
same issue here. honestly, sorry to bring this up as i'm sure everyone agrees, but if this has been an issue since 4.32.16, why is it not already in your dusk test cases - specifically the "BelongsTo searchable in an Action popup" case that STILL causes this issue on 4.33.0? it's quite frustrating that we cannot rely on simple functionality like this in a paid product such as Nova. |
I believe this issue is related to #6242 Please refer to that issue for a detailed explanation, including a reproduction repository and a video demonstrating the problem. Edit: it doesn't work with 4.33.0 either |
Sorry, I'm confused. I'm sure something similar was fixed in v4.33.0 but almost almost unanimously people here are saying this particular issue isn't fixed. @crynobone has marked this as I'm running v4.33.0 and am unable to focus on the search field when using |
This is not fixed in v4.33.0 We certainly have to wait for the next version. |
Hey @crynobone or @davidhemphill is there any ETA on getting this fix released? You've previously released point releases with single bug fixes, and this issue is really breaking functionality. Is there any chance of making a point release to fix this issue in particular? |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
Updated to Nova version 4.32.16 and discovered that the search input field does not work for select field which is searchable() in actions,
It is not possible to type in the Search input field.
Take a look at uploaded screenshot.
Detailed steps to reproduce the issue on a fresh Nova installation:
The text was updated successfully, but these errors were encountered: