-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Select input and Reference input not working correctly #2572
Comments
Sorry, there is too much code in your sample to understand what's wrong. Can you please reduce the snippet to the minimum code reproducing the issue? Can you explain precisely the steps you take to reproduce the issue (naming the fields you interact with)? |
Sorry. It is needed code:
In the first step, i change select with "classificator1". In the second step, select with "classificator2". In the third step, select with "classificator1" |
Why does the first input have to be decorated by the FormDataConsumer? |
Because, i want change choices attr in second select, after change value of first select |
I still don't understand the issue. Can you tell me what the user does in the UI, what they expect, and what happens instead? |
Hi, i think i understand @Mracobes9 since i think have the same issue :-) The problem is that the |
|
In order to help maintainers, I have two questions for you both:
|
So I understand it's a documentation issue, where 'null' should be replaced by 'empty string'. What's the impact of the null => '' change on your UI? |
I addressed the I didn't understand @Mracobes9 and now I think both issues have nothing in common. |
OK, since @Mracobes9 hasn't answered for the past 2 months, I'll close this issue. |
Please do not submit support requests or "How to" questions here. For that, go to StackOverflow.
What you were expecting:
I expect, that current value of select input will be empty, if related select input has been changed
What happened instead:
current value of select input not changed
Steps to reproduce:
Related code:
Other information:
Environment
The text was updated successfully, but these errors were encountered: