-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
Empty results when accessing field in chained_field
.
#346
Comments
chained_model_field
.chained_field
.
Have you some results? I'm facing the same problem. I'm forced to add some unwanted foreign key in the model with ChainedForeignKey. |
Hello @HoliSimo Unfortunately this is not possible in django-smart-select. |
@YDA93 Did you find something else to handle this use case? |
@HoliSimo If you really like the use case, you can use jquery:
I know this might sounds a lot but its not and all the code can be re-used on other pages. |
I am also having the same issue. |
Checklist
master
branch of django-smart-selects.smart_selects
app.models.py
,forms.py
, andviews.py
with problems.Steps to reproduce
Actual behavior
I end up with no results
Expected behavior
Should return selected_service.options.all()
The text was updated successfully, but these errors were encountered: